Html Css Color HEX #CD78DB Orchid

📋 copy color: '#CD78DB'

red 205 ◦ green 120 ◦ blue 219

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

Shades of Orchid #CD78DB

Tints of Orchid #CD78DB

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 37.68%
G = 22.06%
B = 40.26%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD78DB (or 0xCD78DB) is known color: Orchid. HEX triplet: CD, 78 and DB. RGB value is (205,120,219). Sum of RGB (Red+Green+Blue) = 205+120+219=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78DB is #328724. Grayscale: #9C9C9C. Windows color (decimal): -3311397 or 14383309. OLE color: 14383309.

HSL color Cylindrical-coordinate representation of color #CD78DB: hue angle of 291.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD78DB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 120 219 -
CMYK 0.06 0.45 0 0.14
HSL 291.52º 0.58% 0.66% -
HSV(B) 291.52º 0.45% 0.86% -
XYZ 44.68 31.53 70.75 -
YUV 156.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 205 120 219 0.06 0.45 0 0.14 291.52 0.58 0.66
Hex CD 78 DB 6 2D 0 E 124 3A 42
Octal 315 170 333 6 55 0 16 444 72 102
Binary 11001101 1111000 11011011 110 101101 0 1110 100100100 111010 1000010

Color Harmonies of #CD78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD78DB

Black with #CD78DB

Text Example


Text Example

White with #CD78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD78DB; }

 p { color: rgb(205,120,219); }

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

background-color css

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

 a { background-color: rgb(205,120,219); }

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

border-color css

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

 span { border-color: rgb(205,120,219); }

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