Html Css Color HEX #E970CD Orchid

📋 copy color: '#E970CD'

red 233 ◦ green 112 ◦ blue 205

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

Shades of Orchid #E970CD

Tints of Orchid #E970CD

RGB

 RED value IS 233 (91.41% from 255) = 42.36%

 GREEN value IS 112 (44.14% from 255) = 20.36%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 42.36%
G = 20.36%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E970CD (or 0xE970CD) is known color: Orchid. HEX triplet: E9, 70 and CD. RGB value is (233,112,205). Sum of RGB (Red+Green+Blue) = 233+112+205=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E970CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970CD is #168F32. Grayscale: #9E9E9E. Windows color (decimal): -1478451 or 13463785. OLE color: 13463785.

HSL color Cylindrical-coordinate representation of color #E970CD: hue angle of 313.88º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970CD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 205 -
CMYK 0 0.52 0.12 0.09
HSL 313.88º 0.73% 0.68% -
HSV(B) 313.88º 0.52% 0.91% -
XYZ 50.42 33.32 61.53 -
YUV 158.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 233 112 205 0 0.52 0.12 0.09 313.88 0.73 0.68
Hex E9 70 CD 0 34 C 9 13A 49 44
Octal 351 160 315 0 64 14 11 472 111 104
Binary 11101001 1110000 11001101 0 110100 1100 1001 100111010 1001001 1000100

Color Harmonies of #E970CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970CD

Black with #E970CD

Text Example


Text Example

White with #E970CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970CD; }

 p { color: rgb(233,112,205); }

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

background-color css

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

 a { background-color: rgb(233,112,205); }

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

border-color css

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

 span { border-color: rgb(233,112,205); }

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