Html Css Color HEX #CC55F1 Medium Orchid

📋 copy color: '#CC55F1'

red 204 ◦ green 85 ◦ blue 241

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

Shades of Medium Orchid #CC55F1

Tints of Medium Orchid #CC55F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.04%

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

R = 38.49%
G = 16.04%
B = 45.47%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC55F1 (or 0xCC55F1) is known color: Medium Orchid. HEX triplet: CC, 55 and F1. RGB value is (204,85,241). Sum of RGB (Red+Green+Blue) = 204+85+241=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55F1 is #33AA0E. Grayscale: #898989. Windows color (decimal): -3385871 or 15816140. OLE color: 15816140.

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

Color convert

RGB 204 85 241 -
CMYK 0.15 0.65 0 0.05
HSL 285.77º 0.85% 0.64% -
HSV(B) 285.77º 0.65% 0.95% -
XYZ 44.03 25.69 85.86 -
YUV 138.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 204 85 241 0.15 0.65 0 0.05 285.77 0.85 0.64
Hex CC 55 F1 F 41 0 5 11E 55 40
Octal 314 125 361 17 101 0 5 436 125 100
Binary 11001100 1010101 11110001 1111 1000001 0 101 100011110 1010101 1000000

Color Harmonies of #CC55F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55F1

Black with #CC55F1

Text Example


Text Example

White with #CC55F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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