Html Css Color HEX #DE75C4 Orchid

📋 copy color: '#DE75C4'

red 222 ◦ green 117 ◦ blue 196

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

Shades of Orchid #DE75C4

Tints of Orchid #DE75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 41.5%
G = 21.87%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE75C4 (or 0xDE75C4) is known color: Orchid. HEX triplet: DE, 75 and C4. RGB value is (222,117,196). Sum of RGB (Red+Green+Blue) = 222+117+196=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75C4 is #218A3B. Grayscale: #9D9D9D. Windows color (decimal): -2198076 or 12875230. OLE color: 12875230.

HSL color Cylindrical-coordinate representation of color #DE75C4: hue angle of 314.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE75C4 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 196 -
CMYK 0 0.47 0.12 0.13
HSL 314.86º 0.61% 0.66% -
HSV(B) 314.86º 0.47% 0.87% -
XYZ 46.45 32.24 56 -
YUV 157.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 222 117 196 0 0.47 0.12 0.13 314.86 0.61 0.66
Hex DE 75 C4 0 2F C D 13B 3D 42
Octal 336 165 304 0 57 14 15 473 75 102
Binary 11011110 1110101 11000100 0 101111 1100 1101 100111011 111101 1000010

Color Harmonies of #DE75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75C4

Black with #DE75C4

Text Example


Text Example

White with #DE75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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