Html Css Color HEX #CC41FB Medium Orchid

📋 copy color: '#CC41FB'

red 204 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #CC41FB

Tints of Medium Orchid #CC41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.5%

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

R = 39.23%
G = 12.5%
B = 48.27%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC41FB (or 0xCC41FB) is known color: Medium Orchid. HEX triplet: CC, 41 and FB. RGB value is (204,65,251). Sum of RGB (Red+Green+Blue) = 204+65+251=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41FB is #33BE04. Grayscale: #7F7F7F. Windows color (decimal): -3390981 or 16466380. OLE color: 16466380.

HSL color Cylindrical-coordinate representation of color #CC41FB: hue angle of 284.84º degrees, saturation: 0.96, 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 #CC41FB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 65 251 -
CMYK 0.19 0.74 0 0.02
HSL 284.84º 0.96% 0.62% -
HSV(B) 284.84º 0.74% 0.98% -
XYZ 44.2 23.58 93.49 -
YUV 127.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 204 65 251 0.19 0.74 0 0.02 284.84 0.96 0.62
Hex CC 41 FB 13 4A 0 2 11D 60 3E
Octal 314 101 373 23 112 0 2 435 140 76
Binary 11001100 1000001 11111011 10011 1001010 0 10 100011101 1100000 111110

Color Harmonies of #CC41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41FB

Black with #CC41FB

Text Example


Text Example

White with #CC41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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