Html Css Color HEX #CC41D7 Medium Orchid

📋 copy color: '#CC41D7'

red 204 ◦ green 65 ◦ blue 215

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

Shades of Medium Orchid #CC41D7

Tints of Medium Orchid #CC41D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 42.15%
G = 13.43%
B = 44.42%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC41D7 (or 0xCC41D7) is known color: Medium Orchid. HEX triplet: CC, 41 and D7. RGB value is (204,65,215). Sum of RGB (Red+Green+Blue) = 204+65+215=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41D7 is #33BE28. Grayscale: #7B7B7B. Windows color (decimal): -3391017 or 14107084. OLE color: 14107084.

HSL color Cylindrical-coordinate representation of color #CC41D7: hue angle of 295.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC41D7 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 65 215 -
CMYK 0.05 0.70 0 0.16
HSL 295.6º 0.65% 0.55% -
HSV(B) 295.6º 0.7% 0.84% -
XYZ 39.06 21.52 66.39 -
YUV 123.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 204 65 215 0.05 0.70 0 0.16 295.6 0.65 0.55
Hex CC 41 D7 5 46 0 10 128 41 37
Octal 314 101 327 5 106 0 20 450 101 67
Binary 11001100 1000001 11010111 101 1000110 0 10000 100101000 1000001 110111

Color Harmonies of #CC41D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41D7

Black with #CC41D7

Text Example


Text Example

White with #CC41D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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