Html Css Color HEX #DE68DA Orchid

📋 copy color: '#DE68DA'

red 222 ◦ green 104 ◦ blue 218

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

Shades of Orchid #DE68DA

Tints of Orchid #DE68DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 40.81%
G = 19.12%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE68DA (or 0xDE68DA) is known color: Orchid. HEX triplet: DE, 68 and DA. RGB value is (222,104,218). Sum of RGB (Red+Green+Blue) = 222+104+218=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68DA is #219725. Grayscale: #979797. Windows color (decimal): -2201382 or 14313694. OLE color: 14313694.

HSL color Cylindrical-coordinate representation of color #DE68DA: hue angle of 302.03º degrees, saturation: 0.64, 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 #DE68DA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 104 218 -
CMYK 0 0.53 0.02 0.13
HSL 302.03º 0.64% 0.64% -
HSV(B) 302.03º 0.53% 0.87% -
XYZ 47.73 30.49 69.7 -
YUV 152.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 222 104 218 0 0.53 0.02 0.13 302.03 0.64 0.64
Hex DE 68 DA 0 35 2 D 12E 40 40
Octal 336 150 332 0 65 2 15 456 100 100
Binary 11011110 1101000 11011010 0 110101 10 1101 100101110 1000000 1000000

Color Harmonies of #DE68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68DA

Black with #DE68DA

Text Example


Text Example

White with #DE68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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