Html Css Color HEX #D287CC Orchid

📋 copy color: '#D287CC'

red 210 ◦ green 135 ◦ blue 204

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

Shades of Orchid #D287CC

Tints of Orchid #D287CC

RGB

 RED value IS 210 (82.42% from 255) = 38.25%

 GREEN value IS 135 (53.13% from 255) = 24.59%

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 38.25%
G = 24.59%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D287CC (or 0xD287CC) is known color: Orchid. HEX triplet: D2, 87 and CC. RGB value is (210,135,204). Sum of RGB (Red+Green+Blue) = 210+135+204=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CC is #2D7833. Grayscale: #A5A5A5. Windows color (decimal): -2979892 or 13404114. OLE color: 13404114.

HSL color Cylindrical-coordinate representation of color #D287CC: hue angle of 304.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D287CC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 204 -
CMYK 0 0.36 0.03 0.18
HSL 304.8º 0.45% 0.68% -
HSV(B) 304.8º 0.36% 0.82% -
XYZ 46.14 35.39 61.53 -
YUV 165.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 210 135 204 0 0.36 0.03 0.18 304.8 0.45 0.68
Hex D2 87 CC 0 24 3 12 131 2D 44
Octal 322 207 314 0 44 3 22 461 55 104
Binary 11010010 10000111 11001100 0 100100 11 10010 100110001 101101 1000100

Color Harmonies of #D287CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287CC

Black with #D287CC

Text Example


Text Example

White with #D287CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287CC; }

 p { color: rgb(210,135,204); }

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

background-color css

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

 a { background-color: rgb(210,135,204); }

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

border-color css

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

 span { border-color: rgb(210,135,204); }

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