Html Css Color HEX #DE68DF Orchid

📋 copy color: '#DE68DF'

red 222 ◦ green 104 ◦ blue 223

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

Shades of Orchid #DE68DF

Tints of Orchid #DE68DF

RGB

 RED value IS 222 (87.11% from 255) = 40.44%

 GREEN value IS 104 (41.02% from 255) = 18.94%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 40.44%
G = 18.94%
B = 40.62%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE68DF (or 0xDE68DF) is known color: Orchid. HEX triplet: DE, 68 and DF. RGB value is (222,104,223). Sum of RGB (Red+Green+Blue) = 222+104+223=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68DF is #219720. Grayscale: #989898. Windows color (decimal): -2201377 or 14641374. OLE color: 14641374.

HSL color Cylindrical-coordinate representation of color #DE68DF: hue angle of 299.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68DF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 104 223 -
CMYK 0.00 0.53 0 0.13
HSL 299.5º 0.65% 0.64% -
HSV(B) 299.5º 0.53% 0.87% -
XYZ 48.39 30.76 73.2 -
YUV 152.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 222 104 223 0.00 0.53 0 0.13 299.5 0.65 0.64
Hex DE 68 DF 0 35 0 D 12B 41 40
Octal 336 150 337 0 65 0 15 453 101 100
Binary 11011110 1101000 11011111 0 110101 0 1101 100101011 1000001 1000000

Color Harmonies of #DE68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68DF

Black with #DE68DF

Text Example


Text Example

White with #DE68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68DF; }

 p { color: rgb(222,104,223); }

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

background-color css

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

 a { background-color: rgb(222,104,223); }

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

border-color css

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

 span { border-color: rgb(222,104,223); }

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