Html Css Color HEX #CC46ED Medium Orchid

📋 copy color: '#CC46ED'

red 204 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #CC46ED

Tints of Medium Orchid #CC46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.7%

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 39.92%
G = 13.7%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC46ED (or 0xCC46ED) is known color: Medium Orchid. HEX triplet: CC, 46 and ED. RGB value is (204,70,237). Sum of RGB (Red+Green+Blue) = 204+70+237=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46ED is #33B912. Grayscale: #808080. Windows color (decimal): -3389715 or 15550156. OLE color: 15550156.

HSL color Cylindrical-coordinate representation of color #CC46ED: hue angle of 288.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC46ED is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 70 237 -
CMYK 0.14 0.70 0 0.07
HSL 288.14º 0.82% 0.6% -
HSV(B) 288.14º 0.7% 0.93% -
XYZ 42.38 23.33 82.39 -
YUV 129.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 204 70 237 0.14 0.70 0 0.07 288.14 0.82 0.6
Hex CC 46 ED E 46 0 7 120 52 3C
Octal 314 106 355 16 106 0 7 440 122 74
Binary 11001100 1000110 11101101 1110 1000110 0 111 100100000 1010010 111100

Color Harmonies of #CC46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46ED

Black with #CC46ED

Text Example


Text Example

White with #CC46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46ED; }

 p { color: rgb(204,70,237); }

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

background-color css

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

 a { background-color: rgb(204,70,237); }

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

border-color css

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

 span { border-color: rgb(204,70,237); }

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