Html Css Color HEX #CC36F1 Medium Orchid

📋 copy color: '#CC36F1'

red 204 ◦ green 54 ◦ blue 241

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

Shades of Medium Orchid #CC36F1

Tints of Medium Orchid #CC36F1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.82%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 40.88%
G = 10.82%
B = 48.3%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC36F1 (or 0xCC36F1) is known color: Medium Orchid. HEX triplet: CC, 36 and F1. RGB value is (204,54,241). Sum of RGB (Red+Green+Blue) = 204+54+241=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36F1 is #33C90E. Grayscale: #777777. Windows color (decimal): -3393807 or 15808204. OLE color: 15808204.

HSL color Cylindrical-coordinate representation of color #CC36F1: hue angle of 288.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC36F1 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 54 241 -
CMYK 0.15 0.78 0 0.05
HSL 288.13º 0.87% 0.58% -
HSV(B) 288.13º 0.78% 0.95% -
XYZ 42.1 21.83 85.21 -
YUV 120.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 204 54 241 0.15 0.78 0 0.05 288.13 0.87 0.58
Hex CC 36 F1 F 4E 0 5 120 57 3A
Octal 314 66 361 17 116 0 5 440 127 72
Binary 11001100 110110 11110001 1111 1001110 0 101 100100000 1010111 111010

Color Harmonies of #CC36F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36F1

Black with #CC36F1

Text Example


Text Example

White with #CC36F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36F1; }

 p { color: rgb(204,54,241); }

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

background-color css

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

 a { background-color: rgb(204,54,241); }

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

border-color css

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

 span { border-color: rgb(204,54,241); }

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