Html Css Color HEX #D463D1 Orchid

📋 copy color: '#D463D1'

red 212 ◦ green 99 ◦ blue 209

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

Shades of Orchid #D463D1

Tints of Orchid #D463D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.04%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 40.77%
G = 19.04%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D463D1 (or 0xD463D1) is known color: Orchid. HEX triplet: D4, 63 and D1. RGB value is (212,99,209). Sum of RGB (Red+Green+Blue) = 212+99+209=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D463D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463D1 is #2B9C2E. Grayscale: #919191. Windows color (decimal): -2858031 or 13722580. OLE color: 13722580.

HSL color Cylindrical-coordinate representation of color #D463D1: hue angle of 301.59º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463D1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 209 -
CMYK 0 0.53 0.01 0.17
HSL 301.59º 0.57% 0.61% -
HSV(B) 301.59º 0.53% 0.83% -
XYZ 43.12 27.52 63.36 -
YUV 145.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 212 99 209 0 0.53 0.01 0.17 301.59 0.57 0.61
Hex D4 63 D1 0 35 1 11 12E 39 3D
Octal 324 143 321 0 65 1 21 456 71 75
Binary 11010100 1100011 11010001 0 110101 1 10001 100101110 111001 111101

Color Harmonies of #D463D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463D1

Black with #D463D1

Text Example


Text Example

White with #D463D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463D1; }

 p { color: rgb(212,99,209); }

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

background-color css

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

 a { background-color: rgb(212,99,209); }

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

border-color css

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

 span { border-color: rgb(212,99,209); }

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