Html Css Color HEX #D286CA Orchid

📋 copy color: '#D286CA'

red 210 ◦ green 134 ◦ blue 202

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

Shades of Orchid #D286CA

Tints of Orchid #D286CA

RGB

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

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

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

R = 38.46%
G = 24.54%
B = 37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D286CA (or 0xD286CA) is known color: Orchid. HEX triplet: D2, 86 and CA. RGB value is (210,134,202). Sum of RGB (Red+Green+Blue) = 210+134+202=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D286CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286CA is #2D7935. Grayscale: #A4A4A4. Windows color (decimal): -2980150 or 13272786. OLE color: 13272786.

HSL color Cylindrical-coordinate representation of color #D286CA: hue angle of 306.32º 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 #D286CA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 202 -
CMYK 0 0.36 0.04 0.18
HSL 306.32º 0.46% 0.67% -
HSV(B) 306.32º 0.36% 0.82% -
XYZ 45.76 35.02 60.22 -
YUV 164.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 210 134 202 0 0.36 0.04 0.18 306.32 0.46 0.67
Hex D2 86 CA 0 24 4 12 132 2E 43
Octal 322 206 312 0 44 4 22 462 56 103
Binary 11010010 10000110 11001010 0 100100 100 10010 100110010 101110 1000011

Color Harmonies of #D286CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286CA

Black with #D286CA

Text Example


Text Example

White with #D286CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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