Html Css Color HEX #E67BCC Orchid

📋 copy color: '#E67BCC'

red 230 ◦ green 123 ◦ blue 204

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

Shades of Orchid #E67BCC

Tints of Orchid #E67BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.08%

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 41.29%
G = 22.08%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E67BCC (or 0xE67BCC) is known color: Orchid. HEX triplet: E6, 7B and CC. RGB value is (230,123,204). Sum of RGB (Red+Green+Blue) = 230+123+204=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BCC is #198433. Grayscale: #A4A4A4. Windows color (decimal): -1672244 or 13401062. OLE color: 13401062.

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

Color convert

RGB 230 123 204 -
CMYK 0 0.47 0.11 0.10
HSL 314.58º 0.68% 0.69% -
HSV(B) 314.58º 0.47% 0.9% -
XYZ 50.62 35.35 61.28 -
YUV 164.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 230 123 204 0 0.47 0.11 0.10 314.58 0.68 0.69
Hex E6 7B CC 0 2F B A 13B 44 45
Octal 346 173 314 0 57 13 12 473 104 105
Binary 11100110 1111011 11001100 0 101111 1011 1010 100111011 1000100 1000101

Color Harmonies of #E67BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BCC

Black with #E67BCC

Text Example


Text Example

White with #E67BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BCC; }

 p { color: rgb(230,123,204); }

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

background-color css

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

 a { background-color: rgb(230,123,204); }

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

border-color css

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

 span { border-color: rgb(230,123,204); }

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