Html Css Color HEX #DE68C6 Orchid

📋 copy color: '#DE68C6'

red 222 ◦ green 104 ◦ blue 198

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

Shades of Orchid #DE68C6

Tints of Orchid #DE68C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 42.37%
G = 19.85%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE68C6 (or 0xDE68C6) is known color: Orchid. HEX triplet: DE, 68 and C6. RGB value is (222,104,198). Sum of RGB (Red+Green+Blue) = 222+104+198=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C6 is #219739. Grayscale: #959595. Windows color (decimal): -2201402 or 13002974. OLE color: 13002974.

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

Color convert

RGB 222 104 198 -
CMYK 0 0.53 0.11 0.13
HSL 312.2º 0.64% 0.64% -
HSV(B) 312.2º 0.53% 0.87% -
XYZ 45.27 29.51 56.74 -
YUV 150 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 222 104 198 0 0.53 0.11 0.13 312.2 0.64 0.64
Hex DE 68 C6 0 35 B D 138 40 40
Octal 336 150 306 0 65 13 15 470 100 100
Binary 11011110 1101000 11000110 0 110101 1011 1101 100111000 1000000 1000000

Color Harmonies of #DE68C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68C6

Black with #DE68C6

Text Example


Text Example

White with #DE68C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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