Html Css Color HEX #D57CE4 Orchid

📋 copy color: '#D57CE4'

red 213 ◦ green 124 ◦ blue 228

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

Shades of Orchid #D57CE4

Tints of Orchid #D57CE4

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

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

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

R = 37.7%
G = 21.95%
B = 40.35%

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

#D57CE4 (or 0xD57CE4) is known color: Orchid. HEX triplet: D5, 7C and E4. RGB value is (213,124,228). Sum of RGB (Red+Green+Blue) = 213+124+228=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #D57CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CE4 is #2A831B. Grayscale: #A2A2A2. Windows color (decimal): -2786076 or 14974165. OLE color: 14974165.

HSL color Cylindrical-coordinate representation of color #D57CE4: hue angle of 291.35º 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 #D57CE4 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 124 228 -
CMYK 0.07 0.46 0 0.11
HSL 291.35º 0.66% 0.69% -
HSV(B) 291.35º 0.46% 0.89% -
XYZ 48.65 34.16 77.43 -
YUV 162.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 213 124 228 0.07 0.46 0 0.11 291.35 0.66 0.69
Hex D5 7C E4 7 2E 0 B 123 42 45
Octal 325 174 344 7 56 0 13 443 102 105
Binary 11010101 1111100 11100100 111 101110 0 1011 100100011 1000010 1000101

Color Harmonies of #D57CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CE4

Black with #D57CE4

Text Example


Text Example

White with #D57CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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