Html Css Color HEX #E671CD Orchid

📋 copy color: '#E671CD'

red 230 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E671CD

Tints of Orchid #E671CD

RGB

 RED value IS 230 (90.23% from 255) = 41.97%

 GREEN value IS 113 (44.53% from 255) = 20.62%

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

R = 41.97%
G = 20.62%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E671CD (or 0xE671CD) is known color: Orchid. HEX triplet: E6, 71 and CD. RGB value is (230,113,205). Sum of RGB (Red+Green+Blue) = 230+113+205=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E671CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671CD is #198E32. Grayscale: #9E9E9E. Windows color (decimal): -1674803 or 13464038. OLE color: 13464038.

HSL color Cylindrical-coordinate representation of color #E671CD: hue angle of 312.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671CD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 205 -
CMYK 0 0.51 0.11 0.10
HSL 312.82º 0.7% 0.67% -
HSV(B) 312.82º 0.51% 0.9% -
XYZ 49.56 33.04 61.52 -
YUV 158.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 230 113 205 0 0.51 0.11 0.10 312.82 0.7 0.67
Hex E6 71 CD 0 33 B A 139 46 43
Octal 346 161 315 0 63 13 12 471 106 103
Binary 11100110 1110001 11001101 0 110011 1011 1010 100111001 1000110 1000011

Color Harmonies of #E671CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671CD

Black with #E671CD

Text Example


Text Example

White with #E671CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671CD; }

 p { color: rgb(230,113,205); }

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

background-color css

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

 a { background-color: rgb(230,113,205); }

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

border-color css

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

 span { border-color: rgb(230,113,205); }

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