Html Css Color HEX #D47CDA Orchid

📋 copy color: '#D47CDA'

red 212 ◦ green 124 ◦ blue 218

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

Shades of Orchid #D47CDA

Tints of Orchid #D47CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

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

R = 38.27%
G = 22.38%
B = 39.35%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D47CDA (or 0xD47CDA) is known color: Orchid. HEX triplet: D4, 7C and DA. RGB value is (212,124,218). Sum of RGB (Red+Green+Blue) = 212+124+218=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D47CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CDA is #2B8325. Grayscale: #A0A0A0. Windows color (decimal): -2851622 or 14318804. OLE color: 14318804.

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

Color convert

RGB 212 124 218 -
CMYK 0.03 0.43 0 0.15
HSL 296.17º 0.56% 0.67% -
HSV(B) 296.17º 0.43% 0.85% -
XYZ 47.01 33.47 70.31 -
YUV 161.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 212 124 218 0.03 0.43 0 0.15 296.17 0.56 0.67
Hex D4 7C DA 3 2B 0 F 128 38 43
Octal 324 174 332 3 53 0 17 450 70 103
Binary 11010100 1111100 11011010 11 101011 0 1111 100101000 111000 1000011

Color Harmonies of #D47CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CDA

Black with #D47CDA

Text Example


Text Example

White with #D47CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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