Html Css Color HEX #D286CC Orchid

📋 copy color: '#D286CC'

red 210 ◦ green 134 ◦ blue 204

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

Shades of Orchid #D286CC

Tints of Orchid #D286CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.45%

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

R = 38.32%
G = 24.45%
B = 37.23%

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

#D286CC (or 0xD286CC) is known color: Orchid. HEX triplet: D2, 86 and CC. RGB value is (210,134,204). Sum of RGB (Red+Green+Blue) = 210+134+204=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D286CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286CC is #2D7933. Grayscale: #A4A4A4. Windows color (decimal): -2980148 or 13403858. OLE color: 13403858.

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

Color convert

RGB 210 134 204 -
CMYK 0 0.36 0.03 0.18
HSL 304.74º 0.46% 0.67% -
HSV(B) 304.74º 0.36% 0.82% -
XYZ 46 35.11 61.48 -
YUV 164.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 210 134 204 0 0.36 0.03 0.18 304.74 0.46 0.67
Hex D2 86 CC 0 24 3 12 131 2E 43
Octal 322 206 314 0 44 3 22 461 56 103
Binary 11010010 10000110 11001100 0 100100 11 10010 100110001 101110 1000011

Color Harmonies of #D286CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286CC

Black with #D286CC

Text Example


Text Example

White with #D286CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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