Html Css Color HEX #CC41F6 Medium Orchid

📋 copy color: '#CC41F6'

red 204 ◦ green 65 ◦ blue 246

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

Shades of Medium Orchid #CC41F6

Tints of Medium Orchid #CC41F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 39.61%
G = 12.62%
B = 47.77%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC41F6 (or 0xCC41F6) is known color: Medium Orchid. HEX triplet: CC, 41 and F6. RGB value is (204,65,246). Sum of RGB (Red+Green+Blue) = 204+65+246=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC41F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41F6 is #33BE09. Grayscale: #7E7E7E. Windows color (decimal): -3390986 or 16138700. OLE color: 16138700.

HSL color Cylindrical-coordinate representation of color #CC41F6: hue angle of 286.08º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC41F6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 65 246 -
CMYK 0.17 0.74 0 0.04
HSL 286.08º 0.91% 0.61% -
HSV(B) 286.08º 0.74% 0.96% -
XYZ 43.43 23.27 89.39 -
YUV 127.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 204 65 246 0.17 0.74 0 0.04 286.08 0.91 0.61
Hex CC 41 F6 11 4A 0 4 11E 5B 3D
Octal 314 101 366 21 112 0 4 436 133 75
Binary 11001100 1000001 11110110 10001 1001010 0 100 100011110 1011011 111101

Color Harmonies of #CC41F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41F6

Black with #CC41F6

Text Example


Text Example

White with #CC41F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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