Html Css Color HEX #CB77B9 Orchid

📋 copy color: '#CB77B9'

red 203 ◦ green 119 ◦ blue 185

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

Shades of Orchid #CB77B9

Tints of Orchid #CB77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 40.04%
G = 23.47%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB77B9 (or 0xCB77B9) is known color: Orchid. HEX triplet: CB, 77 and B9. RGB value is (203,119,185). Sum of RGB (Red+Green+Blue) = 203+119+185=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77B9 is #348846. Grayscale: #979797. Windows color (decimal): -3442759 or 12154827. OLE color: 12154827.

HSL color Cylindrical-coordinate representation of color #CB77B9: hue angle of 312.86º 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 #CB77B9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 185 -
CMYK 0 0.41 0.09 0.20
HSL 312.86º 0.45% 0.63% -
HSV(B) 312.86º 0.41% 0.8% -
XYZ 39.98 29.39 49.47 -
YUV 151.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 203 119 185 0 0.41 0.09 0.20 312.86 0.45 0.63
Hex CB 77 B9 0 29 9 14 139 2D 3F
Octal 313 167 271 0 51 11 24 471 55 77
Binary 11001011 1110111 10111001 0 101001 1001 10100 100111001 101101 111111

Color Harmonies of #CB77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77B9

Black with #CB77B9

Text Example


Text Example

White with #CB77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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