Html Css Color HEX #D37CE4 Orchid

📋 copy color: '#D37CE4'

red 211 ◦ green 124 ◦ blue 228

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

Shades of Orchid #D37CE4

Tints of Orchid #D37CE4

RGB

 RED value IS 211 (82.81% from 255) = 37.48%

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

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

R = 37.48%
G = 22.02%
B = 40.5%

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

#D37CE4 (or 0xD37CE4) is known color: Orchid. HEX triplet: D3, 7C and E4. RGB value is (211,124,228). Sum of RGB (Red+Green+Blue) = 211+124+228=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #D37CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CE4 is #2C831B. Grayscale: #A1A1A1. Windows color (decimal): -2917148 or 14974163. OLE color: 14974163.

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

Color convert

RGB 211 124 228 -
CMYK 0.07 0.46 0 0.11
HSL 290.19º 0.66% 0.69% -
HSV(B) 290.19º 0.46% 0.89% -
XYZ 48.08 33.87 77.4 -
YUV 161.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 211 124 228 0.07 0.46 0 0.11 290.19 0.66 0.69
Hex D3 7C E4 7 2E 0 B 122 42 45
Octal 323 174 344 7 56 0 13 442 102 105
Binary 11010011 1111100 11100100 111 101110 0 1011 100100010 1000010 1000101

Color Harmonies of #D37CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CE4

Black with #D37CE4

Text Example


Text Example

White with #D37CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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