Html Css Color HEX #CB78D8 Orchid

📋 copy color: '#CB78D8'

red 203 ◦ green 120 ◦ blue 216

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

Shades of Orchid #CB78D8

Tints of Orchid #CB78D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 37.66%
G = 22.26%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB78D8 (or 0xCB78D8) is known color: Orchid. HEX triplet: CB, 78 and D8. RGB value is (203,120,216). Sum of RGB (Red+Green+Blue) = 203+120+216=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78D8 is #348727. Grayscale: #9B9B9B. Windows color (decimal): -3442472 or 14186699. OLE color: 14186699.

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

Color convert

RGB 203 120 216 -
CMYK 0.06 0.44 0 0.15
HSL 291.88º 0.55% 0.66% -
HSV(B) 291.88º 0.44% 0.85% -
XYZ 43.74 31.09 68.66 -
YUV 155.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 203 120 216 0.06 0.44 0 0.15 291.88 0.55 0.66
Hex CB 78 D8 6 2C 0 F 124 37 42
Octal 313 170 330 6 54 0 17 444 67 102
Binary 11001011 1111000 11011000 110 101100 0 1111 100100100 110111 1000010

Color Harmonies of #CB78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78D8

Black with #CB78D8

Text Example


Text Example

White with #CB78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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