Html Css Color HEX #D284CE Orchid

📋 copy color: '#D284CE'

red 210 ◦ green 132 ◦ blue 206

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

Shades of Orchid #D284CE

Tints of Orchid #D284CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.09%

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 38.32%
G = 24.09%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D284CE (or 0xD284CE) is known color: Orchid. HEX triplet: D2, 84 and CE. RGB value is (210,132,206). Sum of RGB (Red+Green+Blue) = 210+132+206=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CE is #2D7B31. Grayscale: #A3A3A3. Windows color (decimal): -2980658 or 13534418. OLE color: 13534418.

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

Color convert

RGB 210 132 206 -
CMYK 0 0.37 0.02 0.18
HSL 303.08º 0.46% 0.67% -
HSV(B) 303.08º 0.37% 0.82% -
XYZ 45.97 34.66 62.66 -
YUV 163.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 210 132 206 0 0.37 0.02 0.18 303.08 0.46 0.67
Hex D2 84 CE 0 25 2 12 12F 2E 43
Octal 322 204 316 0 45 2 22 457 56 103
Binary 11010010 10000100 11001110 0 100101 10 10010 100101111 101110 1000011

Color Harmonies of #D284CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284CE

Black with #D284CE

Text Example


Text Example

White with #D284CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284CE; }

 p { color: rgb(210,132,206); }

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

background-color css

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

 a { background-color: rgb(210,132,206); }

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

border-color css

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

 span { border-color: rgb(210,132,206); }

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