Html Css Color HEX #DE68CA Orchid

📋 copy color: '#DE68CA'

red 222 ◦ green 104 ◦ blue 202

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

Shades of Orchid #DE68CA

Tints of Orchid #DE68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 42.05%
G = 19.7%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE68CA (or 0xDE68CA) is known color: Orchid. HEX triplet: DE, 68 and CA. RGB value is (222,104,202). Sum of RGB (Red+Green+Blue) = 222+104+202=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CA is #219735. Grayscale: #969696. Windows color (decimal): -2201398 or 13265118. OLE color: 13265118.

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

Color convert

RGB 222 104 202 -
CMYK 0 0.53 0.09 0.13
HSL 310.17º 0.64% 0.64% -
HSV(B) 310.17º 0.53% 0.87% -
XYZ 45.74 29.69 59.2 -
YUV 150.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 222 104 202 0 0.53 0.09 0.13 310.17 0.64 0.64
Hex DE 68 CA 0 35 9 D 136 40 40
Octal 336 150 312 0 65 11 15 466 100 100
Binary 11011110 1101000 11001010 0 110101 1001 1101 100110110 1000000 1000000

Color Harmonies of #DE68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68CA

Black with #DE68CA

Text Example


Text Example

White with #DE68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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