Html Css Color HEX #CB77DA Orchid

📋 copy color: '#CB77DA'

red 203 ◦ green 119 ◦ blue 218

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

Shades of Orchid #CB77DA

Tints of Orchid #CB77DA

RGB

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

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

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

R = 37.59%
G = 22.04%
B = 40.37%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB77DA (or 0xCB77DA) is known color: Orchid. HEX triplet: CB, 77 and DA. RGB value is (203,119,218). Sum of RGB (Red+Green+Blue) = 203+119+218=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77DA is #348825. Grayscale: #9B9B9B. Windows color (decimal): -3442726 or 14317515. OLE color: 14317515.

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

Color convert

RGB 203 119 218 -
CMYK 0.07 0.45 0 0.15
HSL 290.91º 0.57% 0.66% -
HSV(B) 290.91º 0.45% 0.85% -
XYZ 43.88 30.95 69.99 -
YUV 155.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 203 119 218 0.07 0.45 0 0.15 290.91 0.57 0.66
Hex CB 77 DA 7 2D 0 F 123 39 42
Octal 313 167 332 7 55 0 17 443 71 102
Binary 11001011 1110111 11011010 111 101101 0 1111 100100011 111001 1000010

Color Harmonies of #CB77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77DA

Black with #CB77DA

Text Example


Text Example

White with #CB77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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