Html Css Color HEX #D284CA Orchid

📋 copy color: '#D284CA'

red 210 ◦ green 132 ◦ blue 202

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

Shades of Orchid #D284CA

Tints of Orchid #D284CA

RGB

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

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

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

R = 38.6%
G = 24.26%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D284CA (or 0xD284CA) is known color: Orchid. HEX triplet: D2, 84 and CA. RGB value is (210,132,202). Sum of RGB (Red+Green+Blue) = 210+132+202=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CA is #2D7B35. Grayscale: #A3A3A3. Windows color (decimal): -2980662 or 13272274. OLE color: 13272274.

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

Color convert

RGB 210 132 202 -
CMYK 0 0.37 0.04 0.18
HSL 306.15º 0.46% 0.67% -
HSV(B) 306.15º 0.37% 0.82% -
XYZ 45.49 34.47 60.13 -
YUV 163.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 210 132 202 0 0.37 0.04 0.18 306.15 0.46 0.67
Hex D2 84 CA 0 25 4 12 132 2E 43
Octal 322 204 312 0 45 4 22 462 56 103
Binary 11010010 10000100 11001010 0 100101 100 10010 100110010 101110 1000011

Color Harmonies of #D284CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284CA

Black with #D284CA

Text Example


Text Example

White with #D284CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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