Html Css Color HEX #D46FDA Orchid

📋 copy color: '#D46FDA'

red 212 ◦ green 111 ◦ blue 218

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

Shades of Orchid #D46FDA

Tints of Orchid #D46FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 39.19%
G = 20.52%
B = 40.3%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D46FDA (or 0xD46FDA) is known color: Orchid. HEX triplet: D4, 6F and DA. RGB value is (212,111,218). Sum of RGB (Red+Green+Blue) = 212+111+218=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FDA is #2B9025. Grayscale: #999999. Windows color (decimal): -2854950 or 14315476. OLE color: 14315476.

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

Color convert

RGB 212 111 218 -
CMYK 0.03 0.49 0 0.15
HSL 296.64º 0.59% 0.65% -
HSV(B) 296.64º 0.49% 0.85% -
XYZ 45.49 30.43 69.81 -
YUV 153.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 212 111 218 0.03 0.49 0 0.15 296.64 0.59 0.65
Hex D4 6F DA 3 31 0 F 129 3B 41
Octal 324 157 332 3 61 0 17 451 73 101
Binary 11010100 1101111 11011010 11 110001 0 1111 100101001 111011 1000001

Color Harmonies of #D46FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FDA

Black with #D46FDA

Text Example


Text Example

White with #D46FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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