Html Css Color HEX #D37CE1 Orchid

📋 copy color: '#D37CE1'

red 211 ◦ green 124 ◦ blue 225

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

Shades of Orchid #D37CE1

Tints of Orchid #D37CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 37.68%
G = 22.14%
B = 40.18%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D37CE1 (or 0xD37CE1) is known color: Orchid. HEX triplet: D3, 7C and E1. RGB value is (211,124,225). Sum of RGB (Red+Green+Blue) = 211+124+225=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #D37CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CE1 is #2C831E. Grayscale: #A1A1A1. Windows color (decimal): -2917151 or 14777555. OLE color: 14777555.

HSL color Cylindrical-coordinate representation of color #D37CE1: hue angle of 291.68º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37CE1 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 124 225 -
CMYK 0.06 0.45 0 0.12
HSL 291.68º 0.63% 0.68% -
HSV(B) 291.68º 0.45% 0.88% -
XYZ 47.66 33.7 75.23 -
YUV 161.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 211 124 225 0.06 0.45 0 0.12 291.68 0.63 0.68
Hex D3 7C E1 6 2D 0 C 124 3F 44
Octal 323 174 341 6 55 0 14 444 77 104
Binary 11010011 1111100 11100001 110 101101 0 1100 100100100 111111 1000100

Color Harmonies of #D37CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CE1

Black with #D37CE1

Text Example


Text Example

White with #D37CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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