Html Css Color HEX #CC41FA Medium Orchid

📋 copy color: '#CC41FA'

red 204 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #CC41FA

Tints of Medium Orchid #CC41FA

RGB

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

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

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

R = 39.31%
G = 12.52%
B = 48.17%

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

#CC41FA (or 0xCC41FA) is known color: Medium Orchid. HEX triplet: CC, 41 and FA. RGB value is (204,65,250). Sum of RGB (Red+Green+Blue) = 204+65+250=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41FA is #33BE05. Grayscale: #7F7F7F. Windows color (decimal): -3390982 or 16400844. OLE color: 16400844.

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

Color convert

RGB 204 65 250 -
CMYK 0.18 0.74 0 0.02
HSL 285.08º 0.95% 0.62% -
HSV(B) 285.08º 0.74% 0.98% -
XYZ 44.05 23.52 92.66 -
YUV 127.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 204 65 250 0.18 0.74 0 0.02 285.08 0.95 0.62
Hex CC 41 FA 12 4A 0 2 11D 5F 3E
Octal 314 101 372 22 112 0 2 435 137 76
Binary 11001100 1000001 11111010 10010 1001010 0 10 100011101 1011111 111110

Color Harmonies of #CC41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41FA

Black with #CC41FA

Text Example


Text Example

White with #CC41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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