Html Css Color HEX #DE68C1 Orchid

📋 copy color: '#DE68C1'

red 222 ◦ green 104 ◦ blue 193

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

Shades of Orchid #DE68C1

Tints of Orchid #DE68C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 42.77%
G = 20.04%
B = 37.19%

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

#DE68C1 (or 0xDE68C1) is known color: Orchid. HEX triplet: DE, 68 and C1. RGB value is (222,104,193). Sum of RGB (Red+Green+Blue) = 222+104+193=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C1 is #21973E. Grayscale: #959595. Windows color (decimal): -2201407 or 12675294. OLE color: 12675294.

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

Color convert

RGB 222 104 193 -
CMYK 0 0.53 0.13 0.13
HSL 314.75º 0.64% 0.64% -
HSV(B) 314.75º 0.53% 0.87% -
XYZ 44.7 29.28 53.75 -
YUV 149.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 222 104 193 0 0.53 0.13 0.13 314.75 0.64 0.64
Hex DE 68 C1 0 35 D D 13B 40 40
Octal 336 150 301 0 65 15 15 473 100 100
Binary 11011110 1101000 11000001 0 110101 1101 1101 100111011 1000000 1000000

Color Harmonies of #DE68C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68C1

Black with #DE68C1

Text Example


Text Example

White with #DE68C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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