Html Css Color HEX #D463DA Orchid

📋 copy color: '#D463DA'

red 212 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D463DA

Tints of Orchid #D463DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 40.08%
G = 18.71%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D463DA (or 0xD463DA) is known color: Orchid. HEX triplet: D4, 63 and DA. RGB value is (212,99,218). Sum of RGB (Red+Green+Blue) = 212+99+218=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D463DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DA is #2B9C25. Grayscale: #919191. Windows color (decimal): -2858022 or 14312404. OLE color: 14312404.

HSL color Cylindrical-coordinate representation of color #D463DA: hue angle of 296.97º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D463DA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 99 218 -
CMYK 0.03 0.55 0 0.15
HSL 296.97º 0.62% 0.62% -
HSV(B) 296.97º 0.55% 0.85% -
XYZ 44.27 27.98 69.4 -
YUV 146.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 212 99 218 0.03 0.55 0 0.15 296.97 0.62 0.62
Hex D4 63 DA 3 37 0 F 129 3E 3E
Octal 324 143 332 3 67 0 17 451 76 76
Binary 11010100 1100011 11011010 11 110111 0 1111 100101001 111110 111110

Color Harmonies of #D463DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463DA

Black with #D463DA

Text Example


Text Example

White with #D463DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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