Html Css Color HEX #CB78DD Orchid

📋 copy color: '#CB78DD'

red 203 ◦ green 120 ◦ blue 221

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

Shades of Orchid #CB78DD

Tints of Orchid #CB78DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 37.32%
G = 22.06%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB78DD (or 0xCB78DD) is known color: Orchid. HEX triplet: CB, 78 and DD. RGB value is (203,120,221). Sum of RGB (Red+Green+Blue) = 203+120+221=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78DD is #348722. Grayscale: #9C9C9C. Windows color (decimal): -3442467 or 14514379. OLE color: 14514379.

HSL color Cylindrical-coordinate representation of color #CB78DD: hue angle of 289.31º degrees, saturation: 0.6, 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 #CB78DD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 120 221 -
CMYK 0.08 0.46 0 0.13
HSL 289.31º 0.6% 0.67% -
HSV(B) 289.31º 0.46% 0.87% -
XYZ 44.4 31.35 72.12 -
YUV 156.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 203 120 221 0.08 0.46 0 0.13 289.31 0.6 0.67
Hex CB 78 DD 8 2E 0 D 121 3C 43
Octal 313 170 335 10 56 0 15 441 74 103
Binary 11001011 1111000 11011101 1000 101110 0 1101 100100001 111100 1000011

Color Harmonies of #CB78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78DD

Black with #CB78DD

Text Example


Text Example

White with #CB78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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