Html Css Color HEX #DE68C2 Orchid

📋 copy color: '#DE68C2'

red 222 ◦ green 104 ◦ blue 194

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

Shades of Orchid #DE68C2

Tints of Orchid #DE68C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 42.69%
G = 20%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE68C2 (or 0xDE68C2) is known color: Orchid. HEX triplet: DE, 68 and C2. RGB value is (222,104,194). Sum of RGB (Red+Green+Blue) = 222+104+194=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C2 is #21973D. Grayscale: #959595. Windows color (decimal): -2201406 or 12740830. OLE color: 12740830.

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

Color convert

RGB 222 104 194 -
CMYK 0 0.53 0.13 0.13
HSL 314.24º 0.64% 0.64% -
HSV(B) 314.24º 0.53% 0.87% -
XYZ 44.81 29.33 54.34 -
YUV 149.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 222 104 194 0 0.53 0.13 0.13 314.24 0.64 0.64
Hex DE 68 C2 0 35 D D 13A 40 40
Octal 336 150 302 0 65 15 15 472 100 100
Binary 11011110 1101000 11000010 0 110101 1101 1101 100111010 1000000 1000000

Color Harmonies of #DE68C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68C2

Black with #DE68C2

Text Example


Text Example

White with #DE68C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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