Html Css Color HEX #CB78CE Orchid

📋 copy color: '#CB78CE'

red 203 ◦ green 120 ◦ blue 206

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

Shades of Orchid #CB78CE

Tints of Orchid #CB78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 38.37%
G = 22.68%
B = 38.94%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB78CE (or 0xCB78CE) is known color: Orchid. HEX triplet: CB, 78 and CE. RGB value is (203,120,206). Sum of RGB (Red+Green+Blue) = 203+120+206=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CE is #348731. Grayscale: #9A9A9A. Windows color (decimal): -3442482 or 13531339. OLE color: 13531339.

HSL color Cylindrical-coordinate representation of color #CB78CE: hue angle of 297.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB78CE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 120 206 -
CMYK 0.01 0.42 0 0.19
HSL 297.91º 0.47% 0.64% -
HSV(B) 297.91º 0.42% 0.81% -
XYZ 42.49 30.59 62.06 -
YUV 154.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 203 120 206 0.01 0.42 0 0.19 297.91 0.47 0.64
Hex CB 78 CE 1 2A 0 13 12A 2F 40
Octal 313 170 316 1 52 0 23 452 57 100
Binary 11001011 1111000 11001110 1 101010 0 10011 100101010 101111 1000000

Color Harmonies of #CB78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78CE

Black with #CB78CE

Text Example


Text Example

White with #CB78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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