Html Css Color HEX #D462DF Orchid

📋 copy color: '#D462DF'

red 212 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D462DF

Tints of Orchid #D462DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 39.77%
G = 18.39%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D462DF (or 0xD462DF) is known color: Orchid. HEX triplet: D4, 62 and DF. RGB value is (212,98,223). Sum of RGB (Red+Green+Blue) = 212+98+223=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D462DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462DF is #2B9D20. Grayscale: #919191. Windows color (decimal): -2858273 or 14639828. OLE color: 14639828.

HSL color Cylindrical-coordinate representation of color #D462DF: hue angle of 294.72º degrees, saturation: 0.66, 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 #D462DF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 98 223 -
CMYK 0.05 0.56 0 0.13
HSL 294.72º 0.66% 0.63% -
HSV(B) 294.72º 0.56% 0.87% -
XYZ 44.84 28.06 72.86 -
YUV 146.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 212 98 223 0.05 0.56 0 0.13 294.72 0.66 0.63
Hex D4 62 DF 5 38 0 D 127 42 3F
Octal 324 142 337 5 70 0 15 447 102 77
Binary 11010100 1100010 11011111 101 111000 0 1101 100100111 1000010 111111

Color Harmonies of #D462DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462DF

Black with #D462DF

Text Example


Text Example

White with #D462DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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