Html Css Color HEX #CC2ED7 Medium Orchid

📋 copy color: '#CC2ED7'

red 204 ◦ green 46 ◦ blue 215

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

Shades of Medium Orchid #CC2ED7

Tints of Medium Orchid #CC2ED7

RGB

 RED value IS 204 (80.08% from 255) = 43.87%

 GREEN value IS 46 (18.36% from 255) = 9.89%

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 43.87%
G = 9.89%
B = 46.24%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC2ED7 (or 0xCC2ED7) is known color: Medium Orchid. HEX triplet: CC, 2E and D7. RGB value is (204,46,215). Sum of RGB (Red+Green+Blue) = 204+46+215=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ED7 is #33D128. Grayscale: #6F6F6F. Windows color (decimal): -3395881 or 14102220. OLE color: 14102220.

HSL color Cylindrical-coordinate representation of color #CC2ED7: hue angle of 296.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2ED7 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 46 215 -
CMYK 0.05 0.79 0 0.16
HSL 296.09º 0.68% 0.51% -
HSV(B) 296.09º 0.79% 0.84% -
XYZ 38.14 19.7 66.08 -
YUV 112.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 204 46 215 0.05 0.79 0 0.16 296.09 0.68 0.51
Hex CC 2E D7 5 4F 0 10 128 44 33
Octal 314 56 327 5 117 0 20 450 104 63
Binary 11001100 101110 11010111 101 1001111 0 10000 100101000 1000100 110011

Color Harmonies of #CC2ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ED7

Black with #CC2ED7

Text Example


Text Example

White with #CC2ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ED7; }

 p { color: rgb(204,46,215); }

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

background-color css

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

 a { background-color: rgb(204,46,215); }

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

border-color css

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

 span { border-color: rgb(204,46,215); }

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