Html Css Color HEX #D985CA Orchid

📋 copy color: '#D985CA'

red 217 ◦ green 133 ◦ blue 202

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

Shades of Orchid #D985CA

Tints of Orchid #D985CA

RGB

 RED value IS 217 (85.16% from 255) = 39.31%

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 39.31%
G = 24.09%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D985CA (or 0xD985CA) is known color: Orchid. HEX triplet: D9, 85 and CA. RGB value is (217,133,202). Sum of RGB (Red+Green+Blue) = 217+133+202=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D985CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985CA is #267A35. Grayscale: #A5A5A5. Windows color (decimal): -2521654 or 13272537. OLE color: 13272537.

HSL color Cylindrical-coordinate representation of color #D985CA: hue angle of 310.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985CA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 202 -
CMYK 0 0.39 0.07 0.15
HSL 310.71º 0.53% 0.69% -
HSV(B) 310.71º 0.39% 0.85% -
XYZ 47.66 35.79 60.27 -
YUV 165.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 217 133 202 0 0.39 0.07 0.15 310.71 0.53 0.69
Hex D9 85 CA 0 27 7 F 137 34 45
Octal 331 205 312 0 47 7 17 467 64 105
Binary 11011001 10000101 11001010 0 100111 111 1111 100110111 110100 1000101

Color Harmonies of #D985CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985CA

Black with #D985CA

Text Example


Text Example

White with #D985CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985CA; }

 p { color: rgb(217,133,202); }

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

background-color css

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

 a { background-color: rgb(217,133,202); }

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

border-color css

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

 span { border-color: rgb(217,133,202); }

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