Html Css Color HEX #CC53F3 Medium Orchid

📋 copy color: '#CC53F3'

red 204 ◦ green 83 ◦ blue 243

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

Shades of Medium Orchid #CC53F3

Tints of Medium Orchid #CC53F3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.66%

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

R = 38.49%
G = 15.66%
B = 45.85%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC53F3 (or 0xCC53F3) is known color: Medium Orchid. HEX triplet: CC, 53 and F3. RGB value is (204,83,243). Sum of RGB (Red+Green+Blue) = 204+83+243=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53F3 is #33AC0C. Grayscale: #888888. Windows color (decimal): -3386381 or 15946700. OLE color: 15946700.

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

Color convert

RGB 204 83 243 -
CMYK 0.16 0.66 0 0.05
HSL 285.38º 0.87% 0.64% -
HSV(B) 285.38º 0.66% 0.95% -
XYZ 44.17 25.49 87.39 -
YUV 137.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 204 83 243 0.16 0.66 0 0.05 285.38 0.87 0.64
Hex CC 53 F3 10 42 0 5 11D 57 40
Octal 314 123 363 20 102 0 5 435 127 100
Binary 11001100 1010011 11110011 10000 1000010 0 101 100011101 1010111 1000000

Color Harmonies of #CC53F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53F3

Black with #CC53F3

Text Example


Text Example

White with #CC53F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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