Html Css Color HEX #DF6CE1 Orchid

📋 copy color: '#DF6CE1'

red 223 ◦ green 108 ◦ blue 225

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

Shades of Orchid #DF6CE1

Tints of Orchid #DF6CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.42%

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

R = 40.11%
G = 19.42%
B = 40.47%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF6CE1 (or 0xDF6CE1) is known color: Orchid. HEX triplet: DF, 6C and E1. RGB value is (223,108,225). Sum of RGB (Red+Green+Blue) = 223+108+225=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CE1 is #20931E. Grayscale: #9B9B9B. Windows color (decimal): -2134815 or 14773471. OLE color: 14773471.

HSL color Cylindrical-coordinate representation of color #DF6CE1: hue angle of 298.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CE1 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 108 225 -
CMYK 0.01 0.52 0 0.12
HSL 298.97º 0.66% 0.65% -
HSV(B) 298.97º 0.52% 0.88% -
XYZ 49.38 31.85 74.78 -
YUV 155.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 223 108 225 0.01 0.52 0 0.12 298.97 0.66 0.65
Hex DF 6C E1 1 34 0 C 12B 42 41
Octal 337 154 341 1 64 0 14 453 102 101
Binary 11011111 1101100 11100001 1 110100 0 1100 100101011 1000010 1000001

Color Harmonies of #DF6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CE1

Black with #DF6CE1

Text Example


Text Example

White with #DF6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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