Html Css Color HEX #E675C9 Orchid

📋 copy color: '#E675C9'

red 230 ◦ green 117 ◦ blue 201

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

Shades of Orchid #E675C9

Tints of Orchid #E675C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 41.97%
G = 21.35%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E675C9 (or 0xE675C9) is known color: Orchid. HEX triplet: E6, 75 and C9. RGB value is (230,117,201). Sum of RGB (Red+Green+Blue) = 230+117+201=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C9 is #198A36. Grayscale: #A0A0A0. Windows color (decimal): -1673783 or 13202918. OLE color: 13202918.

HSL color Cylindrical-coordinate representation of color #E675C9: hue angle of 315.4º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675C9 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 201 -
CMYK 0 0.49 0.13 0.10
HSL 315.4º 0.69% 0.68% -
HSV(B) 315.4º 0.49% 0.9% -
XYZ 49.54 33.76 59.16 -
YUV 160.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 230 117 201 0 0.49 0.13 0.10 315.4 0.69 0.68
Hex E6 75 C9 0 31 D A 13B 45 44
Octal 346 165 311 0 61 15 12 473 105 104
Binary 11100110 1110101 11001001 0 110001 1101 1010 100111011 1000101 1000100

Color Harmonies of #E675C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675C9

Black with #E675C9

Text Example


Text Example

White with #E675C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675C9; }

 p { color: rgb(230,117,201); }

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

background-color css

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

 a { background-color: rgb(230,117,201); }

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

border-color css

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

 span { border-color: rgb(230,117,201); }

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