Html Css Color HEX #E672CC Orchid

📋 copy color: '#E672CC'

red 230 ◦ green 114 ◦ blue 204

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

Shades of Orchid #E672CC

Tints of Orchid #E672CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 41.97%
G = 20.8%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E672CC (or 0xE672CC) is known color: Orchid. HEX triplet: E6, 72 and CC. RGB value is (230,114,204). Sum of RGB (Red+Green+Blue) = 230+114+204=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CC is #198D33. Grayscale: #9E9E9E. Windows color (decimal): -1674548 or 13398758. OLE color: 13398758.

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

Color convert

RGB 230 114 204 -
CMYK 0 0.50 0.11 0.10
HSL 313.45º 0.7% 0.67% -
HSV(B) 313.45º 0.5% 0.9% -
XYZ 49.55 33.22 60.93 -
YUV 158.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 230 114 204 0 0.50 0.11 0.10 313.45 0.7 0.67
Hex E6 72 CC 0 32 B A 139 46 43
Octal 346 162 314 0 62 13 12 471 106 103
Binary 11100110 1110010 11001100 0 110010 1011 1010 100111001 1000110 1000011

Color Harmonies of #E672CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672CC

Black with #E672CC

Text Example


Text Example

White with #E672CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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