Html Css Color HEX #CC3FFF Medium Orchid

📋 copy color: '#CC3FFF'

red 204 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #CC3FFF

Tints of Medium Orchid #CC3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.07%

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

R = 39.08%
G = 12.07%
B = 48.85%

CMYK

 C value IS 0.2

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC3FFF (or 0xCC3FFF) is known color: Medium Orchid. HEX triplet: CC, 3F and FF. RGB value is (204,63,255). Sum of RGB (Red+Green+Blue) = 204+63+255=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFF is #33C000. Grayscale: #7E7E7E. Windows color (decimal): -3391489 or 16728012. OLE color: 16728012.

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

Color convert

RGB 204 63 255 -
CMYK 0.2 0.75 0 0
HSL 284.06º 1% 0.62% -
HSV(B) 284.06º 0.75% 1% -
XYZ 44.73 23.61 96.81 -
YUV 127.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 204 63 255 0.2 0.75 0 0 284.06 1 0.62
Hex CC 3F FF 14 4B 0 0 11C 64 3E
Octal 314 77 377 24 113 0 0 434 144 76
Binary 11001100 111111 11111111 10100 1001011 0 0 100011100 1100100 111110

Color Harmonies of #CC3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FFF

Black with #CC3FFF

Text Example


Text Example

White with #CC3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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