Html Css Color HEX #D46CE8 Orchid

📋 copy color: '#D46CE8'

red 212 ◦ green 108 ◦ blue 232

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

Shades of Orchid #D46CE8

Tints of Orchid #D46CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.03%

R = 38.41%
G = 19.57%
B = 42.03%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D46CE8 (or 0xD46CE8) is known color: Orchid. HEX triplet: D4, 6C and E8. RGB value is (212,108,232). Sum of RGB (Red+Green+Blue) = 212+108+232=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #D46CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CE8 is #2B9317. Grayscale: #989898. Windows color (decimal): -2855704 or 15232212. OLE color: 15232212.

HSL color Cylindrical-coordinate representation of color #D46CE8: hue angle of 290.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46CE8 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 108 232 -
CMYK 0.09 0.53 0 0.09
HSL 290.32º 0.73% 0.67% -
HSV(B) 290.32º 0.53% 0.91% -
XYZ 47.08 30.55 79.76 -
YUV 153.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 212 108 232 0.09 0.53 0 0.09 290.32 0.73 0.67
Hex D4 6C E8 9 35 0 9 122 49 43
Octal 324 154 350 11 65 0 11 442 111 103
Binary 11010100 1101100 11101000 1001 110101 0 1001 100100010 1001001 1000011

Color Harmonies of #D46CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CE8

Black with #D46CE8

Text Example


Text Example

White with #D46CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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