Html Css Color HEX #D46CDA Orchid

📋 copy color: '#D46CDA'

red 212 ◦ green 108 ◦ blue 218

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

Shades of Orchid #D46CDA

Tints of Orchid #D46CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

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

R = 39.41%
G = 20.07%
B = 40.52%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D46CDA (or 0xD46CDA) is known color: Orchid. HEX triplet: D4, 6C and DA. RGB value is (212,108,218). Sum of RGB (Red+Green+Blue) = 212+108+218=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CDA is #2B9325. Grayscale: #979797. Windows color (decimal): -2855718 or 14314708. OLE color: 14314708.

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

Color convert

RGB 212 108 218 -
CMYK 0.03 0.50 0 0.15
HSL 296.73º 0.6% 0.64% -
HSV(B) 296.73º 0.5% 0.85% -
XYZ 45.17 29.78 69.7 -
YUV 151.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 212 108 218 0.03 0.50 0 0.15 296.73 0.6 0.64
Hex D4 6C DA 3 32 0 F 129 3C 40
Octal 324 154 332 3 62 0 17 451 74 100
Binary 11010100 1101100 11011010 11 110010 0 1111 100101001 111100 1000000

Color Harmonies of #D46CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CDA

Black with #D46CDA

Text Example


Text Example

White with #D46CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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