Html Css Color HEX #DC88D7 Orchid

📋 copy color: '#DC88D7'

red 220 ◦ green 136 ◦ blue 215

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

Shades of Orchid #DC88D7

Tints of Orchid #DC88D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.82%

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 38.53%
G = 23.82%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC88D7 (or 0xDC88D7) is known color: Orchid. HEX triplet: DC, 88 and D7. RGB value is (220,136,215). Sum of RGB (Red+Green+Blue) = 220+136+215=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D7 is #237728. Grayscale: #A9A9A9. Windows color (decimal): -2324265 or 14125276. OLE color: 14125276.

HSL color Cylindrical-coordinate representation of color #DC88D7: hue angle of 303.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88D7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 215 -
CMYK 0 0.38 0.02 0.14
HSL 303.57º 0.55% 0.7% -
HSV(B) 303.57º 0.38% 0.86% -
XYZ 50.59 37.73 68.91 -
YUV 170.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 220 136 215 0 0.38 0.02 0.14 303.57 0.55 0.7
Hex DC 88 D7 0 26 2 E 130 37 46
Octal 334 210 327 0 46 2 16 460 67 106
Binary 11011100 10001000 11010111 0 100110 10 1110 100110000 110111 1000110

Color Harmonies of #DC88D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88D7

Black with #DC88D7

Text Example


Text Example

White with #DC88D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88D7; }

 p { color: rgb(220,136,215); }

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

background-color css

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

 a { background-color: rgb(220,136,215); }

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

border-color css

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

 span { border-color: rgb(220,136,215); }

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