Html Css Color HEX #E675CF Orchid

📋 copy color: '#E675CF'

red 230 ◦ green 117 ◦ blue 207

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

Shades of Orchid #E675CF

Tints of Orchid #E675CF

RGB

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

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

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

R = 41.52%
G = 21.12%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E675CF (or 0xE675CF) is known color: Orchid. HEX triplet: E6, 75 and CF. RGB value is (230,117,207). Sum of RGB (Red+Green+Blue) = 230+117+207=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E675CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675CF is #198A30. Grayscale: #A0A0A0. Windows color (decimal): -1673777 or 13596134. OLE color: 13596134.

HSL color Cylindrical-coordinate representation of color #E675CF: hue angle of 312.21º 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 #E675CF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 207 -
CMYK 0 0.49 0.10 0.10
HSL 312.21º 0.69% 0.68% -
HSV(B) 312.21º 0.49% 0.9% -
XYZ 50.26 34.05 62.96 -
YUV 161.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 230 117 207 0 0.49 0.10 0.10 312.21 0.69 0.68
Hex E6 75 CF 0 31 A A 138 45 44
Octal 346 165 317 0 61 12 12 470 105 104
Binary 11100110 1110101 11001111 0 110001 1010 1010 100111000 1000101 1000100

Color Harmonies of #E675CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675CF

Black with #E675CF

Text Example


Text Example

White with #E675CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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