Html Css Color HEX #CC3EDF Medium Orchid

📋 copy color: '#CC3EDF'

red 204 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #CC3EDF

Tints of Medium Orchid #CC3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.68%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 41.72%
G = 12.68%
B = 45.6%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3EDF (or 0xCC3EDF) is known color: Medium Orchid. HEX triplet: CC, 3E and DF. RGB value is (204,62,223). Sum of RGB (Red+Green+Blue) = 204+62+223=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EDF is #33C120. Grayscale: #7A7A7A. Windows color (decimal): -3391777 or 14630604. OLE color: 14630604.

HSL color Cylindrical-coordinate representation of color #CC3EDF: hue angle of 292.92º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3EDF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 62 223 -
CMYK 0.09 0.72 0 0.13
HSL 292.92º 0.72% 0.56% -
HSV(B) 292.92º 0.72% 0.87% -
XYZ 39.94 21.61 71.88 -
YUV 122.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 204 62 223 0.09 0.72 0 0.13 292.92 0.72 0.56
Hex CC 3E DF 9 48 0 D 125 48 38
Octal 314 76 337 11 110 0 15 445 110 70
Binary 11001100 111110 11011111 1001 1001000 0 1101 100100101 1001000 111000

Color Harmonies of #CC3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EDF

Black with #CC3EDF

Text Example


Text Example

White with #CC3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EDF; }

 p { color: rgb(204,62,223); }

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

background-color css

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

 a { background-color: rgb(204,62,223); }

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

border-color css

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

 span { border-color: rgb(204,62,223); }

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