Html Css Color HEX #CB7ADA Orchid

📋 copy color: '#CB7ADA'

red 203 ◦ green 122 ◦ blue 218

#CB7ADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB7ADA

Tints of Orchid #CB7ADA

RGB

 RED value IS 203 (79.69% from 255) = 37.38%

 GREEN value IS 122 (48.05% from 255) = 22.47%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 37.38%
G = 22.47%
B = 40.15%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB7ADA (or 0xCB7ADA) is known color: Orchid. HEX triplet: CB, 7A and DA. RGB value is (203,122,218). Sum of RGB (Red+Green+Blue) = 203+122+218=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADA is #348525. Grayscale: #9C9C9C. Windows color (decimal): -3441958 or 14318283. OLE color: 14318283.

HSL color Cylindrical-coordinate representation of color #CB7ADA: hue angle of 290.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7ADA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 122 218 -
CMYK 0.07 0.44 0 0.15
HSL 290.63º 0.56% 0.67% -
HSV(B) 290.63º 0.44% 0.85% -
XYZ 44.24 31.68 70.11 -
YUV 157.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 203 122 218 0.07 0.44 0 0.15 290.63 0.56 0.67
Hex CB 7A DA 7 2C 0 F 123 38 43
Octal 313 172 332 7 54 0 17 443 70 103
Binary 11001011 1111010 11011010 111 101100 0 1111 100100011 111000 1000011

Color Harmonies of #CB7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ADA

Black with #CB7ADA

Text Example


Text Example

White with #CB7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ADA; }

 p { color: rgb(203,122,218); }

 H1.HeaderClassName
 {
   color: #CB7ADA;
 }
 .AnyTagClassName
 {
   color: #CB7ADA;
 }
</style>

background-color css

<style>
 a { background-color: #CB7ADA; }

 a { background-color: rgb(203,122,218); }

 div.DivClassName
 {
   background-color: #CB7ADA;
 }
 .BgClassName
 {
   background-color: #CB7ADA;
 }
</style>

border-color css

<style>
 span { border-color: #CB7ADA; }

 span { border-color: rgb(203,122,218); }

 td.TdClassName
 {
   border-color: #CB7ADA;
 }
 .TagClassName
 {
   border-color: #CB7ADA;
 }
</style>