Html Css Color HEX #CB77B4 Orchid

📋 copy color: '#CB77B4'

red 203 ◦ green 119 ◦ blue 180

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

Shades of Orchid #CB77B4

Tints of Orchid #CB77B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 40.44%
G = 23.71%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB77B4 (or 0xCB77B4) is known color: Orchid. HEX triplet: CB, 77 and B4. RGB value is (203,119,180). Sum of RGB (Red+Green+Blue) = 203+119+180=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77B4 is #34884B. Grayscale: #969696. Windows color (decimal): -3442764 or 11827147. OLE color: 11827147.

HSL color Cylindrical-coordinate representation of color #CB77B4: hue angle of 316.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB77B4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 180 -
CMYK 0 0.41 0.11 0.20
HSL 316.43º 0.45% 0.63% -
HSV(B) 316.43º 0.41% 0.8% -
XYZ 39.46 29.19 46.73 -
YUV 151.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 203 119 180 0 0.41 0.11 0.20 316.43 0.45 0.63
Hex CB 77 B4 0 29 B 14 13C 2D 3F
Octal 313 167 264 0 51 13 24 474 55 77
Binary 11001011 1110111 10110100 0 101001 1011 10100 100111100 101101 111111

Color Harmonies of #CB77B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77B4

Black with #CB77B4

Text Example


Text Example

White with #CB77B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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