Html Css Color HEX #CB78BE Orchid

📋 copy color: '#CB78BE'

red 203 ◦ green 120 ◦ blue 190

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

Shades of Orchid #CB78BE

Tints of Orchid #CB78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 39.57%
G = 23.39%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB78BE (or 0xCB78BE) is known color: Orchid. HEX triplet: CB, 78 and BE. RGB value is (203,120,190). Sum of RGB (Red+Green+Blue) = 203+120+190=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78BE is #348741. Grayscale: #989898. Windows color (decimal): -3442498 or 12482763. OLE color: 12482763.

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

Color convert

RGB 203 120 190 -
CMYK 0 0.41 0.06 0.20
HSL 309.4º 0.44% 0.63% -
HSV(B) 309.4º 0.41% 0.8% -
XYZ 40.64 29.85 52.33 -
YUV 152.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 203 120 190 0 0.41 0.06 0.20 309.4 0.44 0.63
Hex CB 78 BE 0 29 6 14 135 2C 3F
Octal 313 170 276 0 51 6 24 465 54 77
Binary 11001011 1111000 10111110 0 101001 110 10100 100110101 101100 111111

Color Harmonies of #CB78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78BE

Black with #CB78BE

Text Example


Text Example

White with #CB78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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