Html Css Color HEX #CB77CE Orchid

📋 copy color: '#CB77CE'

red 203 ◦ green 119 ◦ blue 206

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

Shades of Orchid #CB77CE

Tints of Orchid #CB77CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.54%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 38.45%
G = 22.54%
B = 39.02%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB77CE (or 0xCB77CE) is known color: Orchid. HEX triplet: CB, 77 and CE. RGB value is (203,119,206). Sum of RGB (Red+Green+Blue) = 203+119+206=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77CE is #348831. Grayscale: #999999. Windows color (decimal): -3442738 or 13531083. OLE color: 13531083.

HSL color Cylindrical-coordinate representation of color #CB77CE: hue angle of 297.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB77CE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 119 206 -
CMYK 0.01 0.42 0 0.19
HSL 297.93º 0.47% 0.64% -
HSV(B) 297.93º 0.42% 0.81% -
XYZ 42.37 30.35 62.02 -
YUV 154.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 203 119 206 0.01 0.42 0 0.19 297.93 0.47 0.64
Hex CB 77 CE 1 2A 0 13 12A 2F 40
Octal 313 167 316 1 52 0 23 452 57 100
Binary 11001011 1110111 11001110 1 101010 0 10011 100101010 101111 1000000

Color Harmonies of #CB77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77CE

Black with #CB77CE

Text Example


Text Example

White with #CB77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77CE; }

 p { color: rgb(203,119,206); }

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

background-color css

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

 a { background-color: rgb(203,119,206); }

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

border-color css

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

 span { border-color: rgb(203,119,206); }

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