Html Css Color HEX #D47CE4 Orchid

📋 copy color: '#D47CE4'

red 212 ◦ green 124 ◦ blue 228

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

Shades of Orchid #D47CE4

Tints of Orchid #D47CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 37.59%
G = 21.99%
B = 40.43%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D47CE4 (or 0xD47CE4) is known color: Orchid. HEX triplet: D4, 7C and E4. RGB value is (212,124,228). Sum of RGB (Red+Green+Blue) = 212+124+228=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #D47CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CE4 is #2B831B. Grayscale: #A1A1A1. Windows color (decimal): -2851612 or 14974164. OLE color: 14974164.

HSL color Cylindrical-coordinate representation of color #D47CE4: hue angle of 290.77º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47CE4 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 124 228 -
CMYK 0.07 0.46 0 0.11
HSL 290.77º 0.66% 0.69% -
HSV(B) 290.77º 0.46% 0.89% -
XYZ 48.36 34.01 77.42 -
YUV 162.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 212 124 228 0.07 0.46 0 0.11 290.77 0.66 0.69
Hex D4 7C E4 7 2E 0 B 123 42 45
Octal 324 174 344 7 56 0 13 443 102 105
Binary 11010100 1111100 11100100 111 101110 0 1011 100100011 1000010 1000101

Color Harmonies of #D47CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CE4

Black with #D47CE4

Text Example


Text Example

White with #D47CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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