Html Css Color HEX #D284CD Orchid

📋 copy color: '#D284CD'

red 210 ◦ green 132 ◦ blue 205

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

Shades of Orchid #D284CD

Tints of Orchid #D284CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 38.39%
G = 24.13%
B = 37.48%

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

#D284CD (or 0xD284CD) is known color: Orchid. HEX triplet: D2, 84 and CD. RGB value is (210,132,205). Sum of RGB (Red+Green+Blue) = 210+132+205=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CD is #2D7B32. Grayscale: #A3A3A3. Windows color (decimal): -2980659 or 13468882. OLE color: 13468882.

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

Color convert

RGB 210 132 205 -
CMYK 0 0.37 0.02 0.18
HSL 303.85º 0.46% 0.67% -
HSV(B) 303.85º 0.37% 0.82% -
XYZ 45.85 34.61 62.02 -
YUV 163.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 210 132 205 0 0.37 0.02 0.18 303.85 0.46 0.67
Hex D2 84 CD 0 25 2 12 130 2E 43
Octal 322 204 315 0 45 2 22 460 56 103
Binary 11010010 10000100 11001101 0 100101 10 10010 100110000 101110 1000011

Color Harmonies of #D284CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284CD

Black with #D284CD

Text Example


Text Example

White with #D284CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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