Html Css Color HEX #CC3EFF Medium Orchid

📋 copy color: '#CC3EFF'

red 204 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #CC3EFF

Tints of Medium Orchid #CC3EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 39.16%
G = 11.9%
B = 48.94%

CMYK

 C value IS 0.2

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC3EFF (or 0xCC3EFF) is known color: Medium Orchid. HEX triplet: CC, 3E and FF. RGB value is (204,62,255). Sum of RGB (Red+Green+Blue) = 204+62+255=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EFF is #33C100. Grayscale: #7D7D7D. Windows color (decimal): -3391745 or 16727756. OLE color: 16727756.

HSL color Cylindrical-coordinate representation of color #CC3EFF: hue angle of 284.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3EFF is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 62 255 -
CMYK 0.2 0.76 0 0
HSL 284.15º 1% 0.62% -
HSV(B) 284.15º 0.76% 1% -
XYZ 44.67 23.5 96.79 -
YUV 126.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 204 62 255 0.2 0.76 0 0 284.15 1 0.62
Hex CC 3E FF 14 4C 0 0 11C 64 3E
Octal 314 76 377 24 114 0 0 434 144 76
Binary 11001100 111110 11111111 10100 1001100 0 0 100011100 1100100 111110

Color Harmonies of #CC3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EFF

Black with #CC3EFF

Text Example


Text Example

White with #CC3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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