Html Css Color HEX #DD85CB Orchid

📋 copy color: '#DD85CB'

red 221 ◦ green 133 ◦ blue 203

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

Shades of Orchid #DD85CB

Tints of Orchid #DD85CB

RGB

 RED value IS 221 (86.72% from 255) = 39.68%

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

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

R = 39.68%
G = 23.88%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD85CB (or 0xDD85CB) is known color: Orchid. HEX triplet: DD, 85 and CB. RGB value is (221,133,203). Sum of RGB (Red+Green+Blue) = 221+133+203=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CB is #227A34. Grayscale: #A7A7A7. Windows color (decimal): -2259509 or 13338077. OLE color: 13338077.

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

Color convert

RGB 221 133 203 -
CMYK 0 0.40 0.08 0.13
HSL 312.27º 0.56% 0.69% -
HSV(B) 312.27º 0.4% 0.87% -
XYZ 48.99 36.46 60.96 -
YUV 167.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 221 133 203 0 0.40 0.08 0.13 312.27 0.56 0.69
Hex DD 85 CB 0 28 8 D 138 38 45
Octal 335 205 313 0 50 10 15 470 70 105
Binary 11011101 10000101 11001011 0 101000 1000 1101 100111000 111000 1000101

Color Harmonies of #DD85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85CB

Black with #DD85CB

Text Example


Text Example

White with #DD85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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