Html Css Color HEX #DE75E0 Orchid

📋 copy color: '#DE75E0'

red 222 ◦ green 117 ◦ blue 224

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

Shades of Orchid #DE75E0

Tints of Orchid #DE75E0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.78%

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 39.43%
G = 20.78%
B = 39.79%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE75E0 (or 0xDE75E0) is known color: Orchid. HEX triplet: DE, 75 and E0. RGB value is (222,117,224). Sum of RGB (Red+Green+Blue) = 222+117+224=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE75E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75E0 is #218A1F. Grayscale: #A0A0A0. Windows color (decimal): -2198048 or 14710238. OLE color: 14710238.

HSL color Cylindrical-coordinate representation of color #DE75E0: hue angle of 298.88º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE75E0 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 117 224 -
CMYK 0.01 0.48 0 0.12
HSL 298.88º 0.63% 0.67% -
HSV(B) 298.88º 0.48% 0.88% -
XYZ 49.94 33.63 74.38 -
YUV 160.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 222 117 224 0.01 0.48 0 0.12 298.88 0.63 0.67
Hex DE 75 E0 1 30 0 C 12B 3F 43
Octal 336 165 340 1 60 0 14 453 77 103
Binary 11011110 1110101 11100000 1 110000 0 1100 100101011 111111 1000011

Color Harmonies of #DE75E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75E0

Black with #DE75E0

Text Example


Text Example

White with #DE75E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75E0; }

 p { color: rgb(222,117,224); }

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

background-color css

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

 a { background-color: rgb(222,117,224); }

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

border-color css

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

 span { border-color: rgb(222,117,224); }

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