Html Css Color HEX #DF7CE1 Orchid

📋 copy color: '#DF7CE1'

red 223 ◦ green 124 ◦ blue 225

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

Shades of Orchid #DF7CE1

Tints of Orchid #DF7CE1

RGB

 RED value IS 223 (87.5% from 255) = 38.99%

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

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

R = 38.99%
G = 21.68%
B = 39.34%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF7CE1 (or 0xDF7CE1) is known color: Orchid. HEX triplet: DF, 7C and E1. RGB value is (223,124,225). Sum of RGB (Red+Green+Blue) = 223+124+225=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CE1 is #20831E. Grayscale: #A4A4A4. Windows color (decimal): -2130719 or 14777567. OLE color: 14777567.

HSL color Cylindrical-coordinate representation of color #DF7CE1: hue angle of 298.81º 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 #DF7CE1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 124 225 -
CMYK 0.01 0.45 0 0.12
HSL 298.81º 0.63% 0.68% -
HSV(B) 298.81º 0.45% 0.88% -
XYZ 51.23 35.54 75.39 -
YUV 165.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 223 124 225 0.01 0.45 0 0.12 298.81 0.63 0.68
Hex DF 7C E1 1 2D 0 C 12B 3F 44
Octal 337 174 341 1 55 0 14 453 77 104
Binary 11011111 1111100 11100001 1 101101 0 1100 100101011 111111 1000100

Color Harmonies of #DF7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CE1

Black with #DF7CE1

Text Example


Text Example

White with #DF7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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