Html Css Color HEX #CB78DF Orchid

📋 copy color: '#CB78DF'

red 203 ◦ green 120 ◦ blue 223

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

Shades of Orchid #CB78DF

Tints of Orchid #CB78DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 37.18%
G = 21.98%
B = 40.84%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB78DF (or 0xCB78DF) is known color: Orchid. HEX triplet: CB, 78 and DF. RGB value is (203,120,223). Sum of RGB (Red+Green+Blue) = 203+120+223=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78DF is #348720. Grayscale: #9C9C9C. Windows color (decimal): -3442465 or 14645451. OLE color: 14645451.

HSL color Cylindrical-coordinate representation of color #CB78DF: hue angle of 288.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB78DF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 120 223 -
CMYK 0.09 0.46 0 0.13
HSL 288.35º 0.62% 0.67% -
HSV(B) 288.35º 0.46% 0.87% -
XYZ 44.66 31.46 73.53 -
YUV 156.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 203 120 223 0.09 0.46 0 0.13 288.35 0.62 0.67
Hex CB 78 DF 9 2E 0 D 120 3E 43
Octal 313 170 337 11 56 0 15 440 76 103
Binary 11001011 1111000 11011111 1001 101110 0 1101 100100000 111110 1000011

Color Harmonies of #CB78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78DF

Black with #CB78DF

Text Example


Text Example

White with #CB78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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