Html Css Color HEX #CB78CB Orchid

📋 copy color: '#CB78CB'

red 203 ◦ green 120 ◦ blue 203

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

Shades of Orchid #CB78CB

Tints of Orchid #CB78CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.81%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 38.59%
G = 22.81%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB78CB (or 0xCB78CB) is known color: Orchid. HEX triplet: CB, 78 and CB. RGB value is (203,120,203). Sum of RGB (Red+Green+Blue) = 203+120+203=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CB is #348734. Grayscale: #9A9A9A. Windows color (decimal): -3442485 or 13334731. OLE color: 13334731.

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

Color convert

RGB 203 120 203 -
CMYK 0 0.41 0 0.20
HSL 300º 0.44% 0.63% -
HSV(B) 300º 0.41% 0.8% -
XYZ 42.12 30.44 60.16 -
YUV 154.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 203 120 203 0 0.41 0 0.20 300 0.44 0.63
Hex CB 78 CB 0 29 0 14 12C 2C 3F
Octal 313 170 313 0 51 0 24 454 54 77
Binary 11001011 1111000 11001011 0 101001 0 10100 100101100 101100 111111

Color Harmonies of #CB78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78CB

Black with #CB78CB

Text Example


Text Example

White with #CB78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78CB; }

 p { color: rgb(203,120,203); }

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

background-color css

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

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

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

border-color css

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

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

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