Html Css Color HEX #DE68C3 Orchid

📋 copy color: '#DE68C3'

red 222 ◦ green 104 ◦ blue 195

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

Shades of Orchid #DE68C3

Tints of Orchid #DE68C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 42.61%
G = 19.96%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE68C3 (or 0xDE68C3) is known color: Orchid. HEX triplet: DE, 68 and C3. RGB value is (222,104,195). Sum of RGB (Red+Green+Blue) = 222+104+195=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C3 is #21973C. Grayscale: #959595. Windows color (decimal): -2201405 or 12806366. OLE color: 12806366.

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

Color convert

RGB 222 104 195 -
CMYK 0 0.53 0.12 0.13
HSL 313.73º 0.64% 0.64% -
HSV(B) 313.73º 0.53% 0.87% -
XYZ 44.92 29.37 54.93 -
YUV 149.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 222 104 195 0 0.53 0.12 0.13 313.73 0.64 0.64
Hex DE 68 C3 0 35 C D 13A 40 40
Octal 336 150 303 0 65 14 15 472 100 100
Binary 11011110 1101000 11000011 0 110101 1100 1101 100111010 1000000 1000000

Color Harmonies of #DE68C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68C3

Black with #DE68C3

Text Example


Text Example

White with #DE68C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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