Html Css Color HEX #DC78CB Orchid

📋 copy color: '#DC78CB'

red 220 ◦ green 120 ◦ blue 203

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

Shades of Orchid #DC78CB

Tints of Orchid #DC78CB

RGB

 RED value IS 220 (86.33% from 255) = 40.52%

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

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 40.52%
G = 22.1%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC78CB (or 0xDC78CB) is known color: Orchid. HEX triplet: DC, 78 and CB. RGB value is (220,120,203). Sum of RGB (Red+Green+Blue) = 220+120+203=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78CB is #238734. Grayscale: #9F9F9F. Windows color (decimal): -2328373 or 13334748. OLE color: 13334748.

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

Color convert

RGB 220 120 203 -
CMYK 0 0.45 0.08 0.14
HSL 310.2º 0.59% 0.67% -
HSV(B) 310.2º 0.45% 0.86% -
XYZ 47.01 32.96 60.38 -
YUV 159.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 220 120 203 0 0.45 0.08 0.14 310.2 0.59 0.67
Hex DC 78 CB 0 2D 8 E 136 3B 43
Octal 334 170 313 0 55 10 16 466 73 103
Binary 11011100 1111000 11001011 0 101101 1000 1110 100110110 111011 1000011

Color Harmonies of #DC78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78CB

Black with #DC78CB

Text Example


Text Example

White with #DC78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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