Html Css Color HEX #CC40FA Medium Orchid

📋 copy color: '#CC40FA'

red 204 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #CC40FA

Tints of Medium Orchid #CC40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.36%

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

R = 39.38%
G = 12.36%
B = 48.26%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC40FA (or 0xCC40FA) is known color: Medium Orchid. HEX triplet: CC, 40 and FA. RGB value is (204,64,250). Sum of RGB (Red+Green+Blue) = 204+64+250=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40FA is #33BF05. Grayscale: #7E7E7E. Windows color (decimal): -3391238 or 16400588. OLE color: 16400588.

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

Color convert

RGB 204 64 250 -
CMYK 0.18 0.74 0 0.02
HSL 285.16º 0.95% 0.62% -
HSV(B) 285.16º 0.74% 0.98% -
XYZ 43.99 23.41 92.64 -
YUV 127.06 197.38 182.88 -
System Red Green Blue C M Y K H S L
Decimal 204 64 250 0.18 0.74 0 0.02 285.16 0.95 0.62
Hex CC 40 FA 12 4A 0 2 11D 5F 3E
Octal 314 100 372 22 112 0 2 435 137 76
Binary 11001100 1000000 11111010 10010 1001010 0 10 100011101 1011111 111110

Color Harmonies of #CC40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40FA

Black with #CC40FA

Text Example


Text Example

White with #CC40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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