Html Css Color HEX #E66CCD Orchid

📋 copy color: '#E66CCD'

red 230 ◦ green 108 ◦ blue 205

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

Shades of Orchid #E66CCD

Tints of Orchid #E66CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.89%

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

R = 42.36%
G = 19.89%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E66CCD (or 0xE66CCD) is known color: Orchid. HEX triplet: E6, 6C and CD. RGB value is (230,108,205). Sum of RGB (Red+Green+Blue) = 230+108+205=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CCD is #199332. Grayscale: #9B9B9B. Windows color (decimal): -1676083 or 13462758. OLE color: 13462758.

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

Color convert

RGB 230 108 205 -
CMYK 0 0.53 0.11 0.10
HSL 312.3º 0.71% 0.66% -
HSV(B) 312.3º 0.53% 0.9% -
XYZ 49.02 31.96 61.34 -
YUV 155.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 230 108 205 0 0.53 0.11 0.10 312.3 0.71 0.66
Hex E6 6C CD 0 35 B A 138 47 42
Octal 346 154 315 0 65 13 12 470 107 102
Binary 11100110 1101100 11001101 0 110101 1011 1010 100111000 1000111 1000010

Color Harmonies of #E66CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CCD

Black with #E66CCD

Text Example


Text Example

White with #E66CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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