Html Css Color HEX #E66CCB Orchid

📋 copy color: '#E66CCB'

red 230 ◦ green 108 ◦ blue 203

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

Shades of Orchid #E66CCB

Tints of Orchid #E66CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 42.51%
G = 19.96%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E66CCB (or 0xE66CCB) is known color: Orchid. HEX triplet: E6, 6C and CB. RGB value is (230,108,203). Sum of RGB (Red+Green+Blue) = 230+108+203=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CCB is #199334. Grayscale: #9B9B9B. Windows color (decimal): -1676085 or 13331686. OLE color: 13331686.

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

Color convert

RGB 230 108 203 -
CMYK 0 0.53 0.12 0.10
HSL 313.28º 0.71% 0.66% -
HSV(B) 313.28º 0.53% 0.9% -
XYZ 48.78 31.86 60.08 -
YUV 155.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 230 108 203 0 0.53 0.12 0.10 313.28 0.71 0.66
Hex E6 6C CB 0 35 C A 139 47 42
Octal 346 154 313 0 65 14 12 471 107 102
Binary 11100110 1101100 11001011 0 110101 1100 1010 100111001 1000111 1000010

Color Harmonies of #E66CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CCB

Black with #E66CCB

Text Example


Text Example

White with #E66CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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