Html Css Color HEX #CC51F3 Medium Orchid

📋 copy color: '#CC51F3'

red 204 ◦ green 81 ◦ blue 243

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

Shades of Medium Orchid #CC51F3

Tints of Medium Orchid #CC51F3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

 BLUE value IS 243 (95.31% from 255) = 46.02%

R = 38.64%
G = 15.34%
B = 46.02%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC51F3 (or 0xCC51F3) is known color: Medium Orchid. HEX triplet: CC, 51 and F3. RGB value is (204,81,243). Sum of RGB (Red+Green+Blue) = 204+81+243=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC51F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51F3 is #33AE0C. Grayscale: #878787. Windows color (decimal): -3386893 or 15946188. OLE color: 15946188.

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

Color convert

RGB 204 81 243 -
CMYK 0.16 0.67 0 0.05
HSL 285.56º 0.87% 0.64% -
HSV(B) 285.56º 0.67% 0.95% -
XYZ 44.02 25.19 87.34 -
YUV 136.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 204 81 243 0.16 0.67 0 0.05 285.56 0.87 0.64
Hex CC 51 F3 10 43 0 5 11E 57 40
Octal 314 121 363 20 103 0 5 436 127 100
Binary 11001100 1010001 11110011 10000 1000011 0 101 100011110 1010111 1000000

Color Harmonies of #CC51F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51F3

Black with #CC51F3

Text Example


Text Example

White with #CC51F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51F3; }

 p { color: rgb(204,81,243); }

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

background-color css

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

 a { background-color: rgb(204,81,243); }

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

border-color css

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

 span { border-color: rgb(204,81,243); }

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