Html Css Color HEX #CC3FFA Medium Orchid

📋 copy color: '#CC3FFA'

red 204 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #CC3FFA

Tints of Medium Orchid #CC3FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 39.46%
G = 12.19%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC3FFA (or 0xCC3FFA) is known color: Medium Orchid. HEX triplet: CC, 3F and FA. RGB value is (204,63,250). Sum of RGB (Red+Green+Blue) = 204+63+250=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFA is #33C005. Grayscale: #7D7D7D. Windows color (decimal): -3391494 or 16400332. OLE color: 16400332.

HSL color Cylindrical-coordinate representation of color #CC3FFA: hue angle of 285.24º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3FFA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 63 250 -
CMYK 0.18 0.75 0 0.02
HSL 285.24º 0.95% 0.61% -
HSV(B) 285.24º 0.75% 0.98% -
XYZ 43.93 23.29 92.62 -
YUV 126.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 204 63 250 0.18 0.75 0 0.02 285.24 0.95 0.61
Hex CC 3F FA 12 4B 0 2 11D 5F 3D
Octal 314 77 372 22 113 0 2 435 137 75
Binary 11001100 111111 11111010 10010 1001011 0 10 100011101 1011111 111101

Color Harmonies of #CC3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FFA

Black with #CC3FFA

Text Example


Text Example

White with #CC3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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