Html Css Color HEX #D46FCA Orchid

📋 copy color: '#D46FCA'

red 212 ◦ green 111 ◦ blue 202

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

Shades of Orchid #D46FCA

Tints of Orchid #D46FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 40.38%
G = 21.14%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D46FCA (or 0xD46FCA) is known color: Orchid. HEX triplet: D4, 6F and CA. RGB value is (212,111,202). Sum of RGB (Red+Green+Blue) = 212+111+202=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FCA is #2B9035. Grayscale: #979797. Windows color (decimal): -2854966 or 13266900. OLE color: 13266900.

HSL color Cylindrical-coordinate representation of color #D46FCA: hue angle of 305.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FCA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 111 202 -
CMYK 0 0.48 0.05 0.17
HSL 305.94º 0.54% 0.63% -
HSV(B) 305.94º 0.48% 0.83% -
XYZ 43.5 29.63 59.3 -
YUV 151.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 212 111 202 0 0.48 0.05 0.17 305.94 0.54 0.63
Hex D4 6F CA 0 30 5 11 132 36 3F
Octal 324 157 312 0 60 5 21 462 66 77
Binary 11010100 1101111 11001010 0 110000 101 10001 100110010 110110 111111

Color Harmonies of #D46FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FCA

Black with #D46FCA

Text Example


Text Example

White with #D46FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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