Html Css Color HEX #E67CCD Orchid

📋 copy color: '#E67CCD'

red 230 ◦ green 124 ◦ blue 205

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

Shades of Orchid #E67CCD

Tints of Orchid #E67CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

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

R = 41.14%
G = 22.18%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E67CCD (or 0xE67CCD) is known color: Orchid. HEX triplet: E6, 7C and CD. RGB value is (230,124,205). Sum of RGB (Red+Green+Blue) = 230+124+205=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CCD is #198332. Grayscale: #A4A4A4. Windows color (decimal): -1671987 or 13466854. OLE color: 13466854.

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

Color convert

RGB 230 124 205 -
CMYK 0 0.46 0.11 0.10
HSL 314.15º 0.68% 0.69% -
HSV(B) 314.15º 0.46% 0.9% -
XYZ 50.86 35.65 61.96 -
YUV 164.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 230 124 205 0 0.46 0.11 0.10 314.15 0.68 0.69
Hex E6 7C CD 0 2E B A 13A 44 45
Octal 346 174 315 0 56 13 12 472 104 105
Binary 11100110 1111100 11001101 0 101110 1011 1010 100111010 1000100 1000101

Color Harmonies of #E67CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CCD

Black with #E67CCD

Text Example


Text Example

White with #E67CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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