Html Css Color HEX #CB78CC Orchid

📋 copy color: '#CB78CC'

red 203 ◦ green 120 ◦ blue 204

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

Shades of Orchid #CB78CC

Tints of Orchid #CB78CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 38.52%
G = 22.77%
B = 38.71%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB78CC (or 0xCB78CC) is known color: Orchid. HEX triplet: CB, 78 and CC. RGB value is (203,120,204). Sum of RGB (Red+Green+Blue) = 203+120+204=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CC is #348733. Grayscale: #9A9A9A. Windows color (decimal): -3442484 or 13400267. OLE color: 13400267.

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

Color convert

RGB 203 120 204 -
CMYK 0.00 0.41 0 0.2
HSL 299.29º 0.45% 0.64% -
HSV(B) 299.29º 0.41% 0.8% -
XYZ 42.24 30.49 60.79 -
YUV 154.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 203 120 204 0.00 0.41 0 0.2 299.29 0.45 0.64
Hex CB 78 CC 0 29 0 14 12B 2D 40
Octal 313 170 314 0 51 0 24 453 55 100
Binary 11001011 1111000 11001100 0 101001 0 10100 100101011 101101 1000000

Color Harmonies of #CB78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78CC

Black with #CB78CC

Text Example


Text Example

White with #CB78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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