Html Css Color HEX #DC88CB Orchid

📋 copy color: '#DC88CB'

red 220 ◦ green 136 ◦ blue 203

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

Shades of Orchid #DC88CB

Tints of Orchid #DC88CB

RGB

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

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

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

R = 39.36%
G = 24.33%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC88CB (or 0xDC88CB) is known color: Orchid. HEX triplet: DC, 88 and CB. RGB value is (220,136,203). Sum of RGB (Red+Green+Blue) = 220+136+203=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88CB is #237734. Grayscale: #A8A8A8. Windows color (decimal): -2324277 or 13338844. OLE color: 13338844.

HSL color Cylindrical-coordinate representation of color #DC88CB: hue angle of 312.14º 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 #DC88CB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 203 -
CMYK 0 0.38 0.08 0.14
HSL 312.14º 0.55% 0.7% -
HSV(B) 312.14º 0.38% 0.86% -
XYZ 49.1 37.14 61.08 -
YUV 168.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 220 136 203 0 0.38 0.08 0.14 312.14 0.55 0.7
Hex DC 88 CB 0 26 8 E 138 37 46
Octal 334 210 313 0 46 10 16 470 67 106
Binary 11011100 10001000 11001011 0 100110 1000 1110 100111000 110111 1000110

Color Harmonies of #DC88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88CB

Black with #DC88CB

Text Example


Text Example

White with #DC88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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