Html Css Color HEX #CB78BA Orchid

📋 copy color: '#CB78BA'

red 203 ◦ green 120 ◦ blue 186

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

Shades of Orchid #CB78BA

Tints of Orchid #CB78BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 39.88%
G = 23.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB78BA (or 0xCB78BA) is known color: Orchid. HEX triplet: CB, 78 and BA. RGB value is (203,120,186). Sum of RGB (Red+Green+Blue) = 203+120+186=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78BA is #348745. Grayscale: #989898. Windows color (decimal): -3442502 or 12220619. OLE color: 12220619.

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

Color convert

RGB 203 120 186 -
CMYK 0 0.41 0.08 0.20
HSL 312.29º 0.44% 0.63% -
HSV(B) 312.29º 0.41% 0.8% -
XYZ 40.21 29.67 50.06 -
YUV 152.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 203 120 186 0 0.41 0.08 0.20 312.29 0.44 0.63
Hex CB 78 BA 0 29 8 14 138 2C 3F
Octal 313 170 272 0 51 10 24 470 54 77
Binary 11001011 1111000 10111010 0 101001 1000 10100 100111000 101100 111111

Color Harmonies of #CB78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78BA

Black with #CB78BA

Text Example


Text Example

White with #CB78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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