Html Css Color HEX #D462DD Orchid

📋 copy color: '#D462DD'

red 212 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D462DD

Tints of Orchid #D462DD

RGB

 RED value IS 212 (83.2% from 255) = 39.92%

 GREEN value IS 98 (38.67% from 255) = 18.46%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 39.92%
G = 18.46%
B = 41.62%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D462DD (or 0xD462DD) is known color: Orchid. HEX triplet: D4, 62 and DD. RGB value is (212,98,221). Sum of RGB (Red+Green+Blue) = 212+98+221=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D462DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462DD is #2B9D22. Grayscale: #919191. Windows color (decimal): -2858275 or 14508756. OLE color: 14508756.

HSL color Cylindrical-coordinate representation of color #D462DD: hue angle of 295.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D462DD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 98 221 -
CMYK 0.04 0.56 0 0.13
HSL 295.61º 0.64% 0.63% -
HSV(B) 295.61º 0.56% 0.87% -
XYZ 44.57 27.95 71.45 -
YUV 146.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 212 98 221 0.04 0.56 0 0.13 295.61 0.64 0.63
Hex D4 62 DD 4 38 0 D 128 40 3F
Octal 324 142 335 4 70 0 15 450 100 77
Binary 11010100 1100010 11011101 100 111000 0 1101 100101000 1000000 111111

Color Harmonies of #D462DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462DD

Black with #D462DD

Text Example


Text Example

White with #D462DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462DD; }

 p { color: rgb(212,98,221); }

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

background-color css

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

 a { background-color: rgb(212,98,221); }

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

border-color css

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

 span { border-color: rgb(212,98,221); }

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