Html Css Color HEX #E075CF Orchid

📋 copy color: '#E075CF'

red 224 ◦ green 117 ◦ blue 207

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

Shades of Orchid #E075CF

Tints of Orchid #E075CF

RGB

 RED value IS 224 (87.89% from 255) = 40.88%

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 40.88%
G = 21.35%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E075CF (or 0xE075CF) is known color: Orchid. HEX triplet: E0, 75 and CF. RGB value is (224,117,207). Sum of RGB (Red+Green+Blue) = 224+117+207=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E075CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075CF is #1F8A30. Grayscale: #9F9F9F. Windows color (decimal): -2066993 or 13596128. OLE color: 13596128.

HSL color Cylindrical-coordinate representation of color #E075CF: hue angle of 309.53º 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 #E075CF is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 207 -
CMYK 0 0.48 0.08 0.12
HSL 309.53º 0.63% 0.67% -
HSV(B) 309.53º 0.48% 0.88% -
XYZ 48.36 33.07 62.87 -
YUV 159.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 224 117 207 0 0.48 0.08 0.12 309.53 0.63 0.67
Hex E0 75 CF 0 30 8 C 136 3F 43
Octal 340 165 317 0 60 10 14 466 77 103
Binary 11100000 1110101 11001111 0 110000 1000 1100 100110110 111111 1000011

Color Harmonies of #E075CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075CF

Black with #E075CF

Text Example


Text Example

White with #E075CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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