Html Css Color HEX #DC85CB Orchid

📋 copy color: '#DC85CB'

red 220 ◦ green 133 ◦ blue 203

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

Shades of Orchid #DC85CB

Tints of Orchid #DC85CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.92%

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

R = 39.57%
G = 23.92%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC85CB (or 0xDC85CB) is known color: Orchid. HEX triplet: DC, 85 and CB. RGB value is (220,133,203). Sum of RGB (Red+Green+Blue) = 220+133+203=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85CB is #237A34. Grayscale: #A6A6A6. Windows color (decimal): -2325045 or 13338076. OLE color: 13338076.

HSL color Cylindrical-coordinate representation of color #DC85CB: hue angle of 311.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85CB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 203 -
CMYK 0 0.40 0.08 0.14
HSL 311.72º 0.55% 0.69% -
HSV(B) 311.72º 0.4% 0.86% -
XYZ 48.68 36.3 60.94 -
YUV 166.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 220 133 203 0 0.40 0.08 0.14 311.72 0.55 0.69
Hex DC 85 CB 0 28 8 E 138 37 45
Octal 334 205 313 0 50 10 16 470 67 105
Binary 11011100 10000101 11001011 0 101000 1000 1110 100111000 110111 1000101

Color Harmonies of #DC85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85CB

Black with #DC85CB

Text Example


Text Example

White with #DC85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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