Html Css Color HEX #CC3EFE Medium Orchid

📋 copy color: '#CC3EFE'

red 204 ◦ green 62 ◦ blue 254

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

Shades of Medium Orchid #CC3EFE

Tints of Medium Orchid #CC3EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 39.23%
G = 11.92%
B = 48.85%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC3EFE (or 0xCC3EFE) is known color: Medium Orchid. HEX triplet: CC, 3E and FE. RGB value is (204,62,254). Sum of RGB (Red+Green+Blue) = 204+62+254=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EFE is #33C101. Grayscale: #7D7D7D. Windows color (decimal): -3391746 or 16662220. OLE color: 16662220.

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

Color convert

RGB 204 62 254 -
CMYK 0.20 0.76 0 0.00
HSL 284.38º 0.99% 0.62% -
HSV(B) 284.38º 0.76% 1% -
XYZ 44.51 23.44 95.94 -
YUV 126.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 204 62 254 0.20 0.76 0 0.00 284.38 0.99 0.62
Hex CC 3E FE 14 4C 0 0 11C 63 3E
Octal 314 76 376 24 114 0 0 434 143 76
Binary 11001100 111110 11111110 10100 1001100 0 0 100011100 1100011 111110

Color Harmonies of #CC3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EFE

Black with #CC3EFE

Text Example


Text Example

White with #CC3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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