Html Css Color HEX #D46CE1 Orchid

📋 copy color: '#D46CE1'

red 212 ◦ green 108 ◦ blue 225

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

Shades of Orchid #D46CE1

Tints of Orchid #D46CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 38.9%
G = 19.82%
B = 41.28%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D46CE1 (or 0xD46CE1) is known color: Orchid. HEX triplet: D4, 6C and E1. RGB value is (212,108,225). Sum of RGB (Red+Green+Blue) = 212+108+225=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #D46CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CE1 is #2B931E. Grayscale: #989898. Windows color (decimal): -2855711 or 14773460. OLE color: 14773460.

HSL color Cylindrical-coordinate representation of color #D46CE1: hue angle of 293.33º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46CE1 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 108 225 -
CMYK 0.06 0.52 0 0.12
HSL 293.33º 0.66% 0.65% -
HSV(B) 293.33º 0.52% 0.88% -
XYZ 46.1 30.16 74.63 -
YUV 152.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 212 108 225 0.06 0.52 0 0.12 293.33 0.66 0.65
Hex D4 6C E1 6 34 0 C 125 42 41
Octal 324 154 341 6 64 0 14 445 102 101
Binary 11010100 1101100 11100001 110 110100 0 1100 100100101 1000010 1000001

Color Harmonies of #D46CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CE1

Black with #D46CE1

Text Example


Text Example

White with #D46CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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