Html Css Color HEX #E068CF Orchid

📋 copy color: '#E068CF'

red 224 ◦ green 104 ◦ blue 207

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

Shades of Orchid #E068CF

Tints of Orchid #E068CF

RGB

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

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

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

R = 41.87%
G = 19.44%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E068CF (or 0xE068CF) is known color: Orchid. HEX triplet: E0, 68 and CF. RGB value is (224,104,207). Sum of RGB (Red+Green+Blue) = 224+104+207=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E068CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068CF is #1F9730. Grayscale: #979797. Windows color (decimal): -2070321 or 13592800. OLE color: 13592800.

HSL color Cylindrical-coordinate representation of color #E068CF: hue angle of 308.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E068CF is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 104 207 -
CMYK 0 0.54 0.08 0.12
HSL 308.5º 0.66% 0.64% -
HSV(B) 308.5º 0.54% 0.88% -
XYZ 46.95 30.25 62.4 -
YUV 151.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 224 104 207 0 0.54 0.08 0.12 308.5 0.66 0.64
Hex E0 68 CF 0 36 8 C 134 42 40
Octal 340 150 317 0 66 10 14 464 102 100
Binary 11100000 1101000 11001111 0 110110 1000 1100 100110100 1000010 1000000

Color Harmonies of #E068CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068CF

Black with #E068CF

Text Example


Text Example

White with #E068CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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