Html Css Color HEX #D46BDA Orchid

📋 copy color: '#D46BDA'

red 212 ◦ green 107 ◦ blue 218

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

Shades of Orchid #D46BDA

Tints of Orchid #D46BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

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

R = 39.48%
G = 19.93%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D46BDA (or 0xD46BDA) is known color: Orchid. HEX triplet: D4, 6B and DA. RGB value is (212,107,218). Sum of RGB (Red+Green+Blue) = 212+107+218=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BDA is #2B9425. Grayscale: #969696. Windows color (decimal): -2855974 or 14314452. OLE color: 14314452.

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

Color convert

RGB 212 107 218 -
CMYK 0.03 0.51 0 0.15
HSL 296.76º 0.6% 0.64% -
HSV(B) 296.76º 0.51% 0.85% -
XYZ 45.06 29.57 69.66 -
YUV 151.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 212 107 218 0.03 0.51 0 0.15 296.76 0.6 0.64
Hex D4 6B DA 3 33 0 F 129 3C 40
Octal 324 153 332 3 63 0 17 451 74 100
Binary 11010100 1101011 11011010 11 110011 0 1111 100101001 111100 1000000

Color Harmonies of #D46BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BDA

Black with #D46BDA

Text Example


Text Example

White with #D46BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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