Html Css Color HEX #CC40FB Medium Orchid

📋 copy color: '#CC40FB'

red 204 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #CC40FB

Tints of Medium Orchid #CC40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 39.31%
G = 12.33%
B = 48.36%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC40FB (or 0xCC40FB) is known color: Medium Orchid. HEX triplet: CC, 40 and FB. RGB value is (204,64,251). Sum of RGB (Red+Green+Blue) = 204+64+251=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40FB is #33BF04. Grayscale: #7E7E7E. Windows color (decimal): -3391237 or 16466124. OLE color: 16466124.

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

Color convert

RGB 204 64 251 -
CMYK 0.19 0.75 0 0.02
HSL 284.92º 0.96% 0.62% -
HSV(B) 284.92º 0.75% 0.98% -
XYZ 44.15 23.47 93.47 -
YUV 127.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 204 64 251 0.19 0.75 0 0.02 284.92 0.96 0.62
Hex CC 40 FB 13 4B 0 2 11D 60 3E
Octal 314 100 373 23 113 0 2 435 140 76
Binary 11001100 1000000 11111011 10011 1001011 0 10 100011101 1100000 111110

Color Harmonies of #CC40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40FB

Black with #CC40FB

Text Example


Text Example

White with #CC40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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