Html Css Color HEX #E682CF Orchid

📋 copy color: '#E682CF'

red 230 ◦ green 130 ◦ blue 207

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

Shades of Orchid #E682CF

Tints of Orchid #E682CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.93%

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

R = 40.56%
G = 22.93%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E682CF (or 0xE682CF) is known color: Orchid. HEX triplet: E6, 82 and CF. RGB value is (230,130,207). Sum of RGB (Red+Green+Blue) = 230+130+207=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E682CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682CF is #197D30. Grayscale: #A8A8A8. Windows color (decimal): -1670449 or 13599462. OLE color: 13599462.

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

Color convert

RGB 230 130 207 -
CMYK 0 0.43 0.10 0.10
HSL 313.8º 0.67% 0.71% -
HSV(B) 313.8º 0.43% 0.9% -
XYZ 51.88 37.29 63.5 -
YUV 168.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 230 130 207 0 0.43 0.10 0.10 313.8 0.67 0.71
Hex E6 82 CF 0 2B A A 13A 43 47
Octal 346 202 317 0 53 12 12 472 103 107
Binary 11100110 10000010 11001111 0 101011 1010 1010 100111010 1000011 1000111

Color Harmonies of #E682CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682CF

Black with #E682CF

Text Example


Text Example

White with #E682CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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