Html Css Color HEX #CC4FF1 Medium Orchid

📋 copy color: '#CC4FF1'

red 204 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #CC4FF1

Tints of Medium Orchid #CC4FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.08%

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

R = 38.93%
G = 15.08%
B = 45.99%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC4FF1 (or 0xCC4FF1) is known color: Medium Orchid. HEX triplet: CC, 4F and F1. RGB value is (204,79,241). Sum of RGB (Red+Green+Blue) = 204+79+241=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC4FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FF1 is #33B00E. Grayscale: #868686. Windows color (decimal): -3387407 or 15814604. OLE color: 15814604.

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

Color convert

RGB 204 79 241 -
CMYK 0.15 0.67 0 0.05
HSL 286.3º 0.85% 0.63% -
HSV(B) 286.3º 0.67% 0.95% -
XYZ 43.58 24.78 85.71 -
YUV 134.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 204 79 241 0.15 0.67 0 0.05 286.3 0.85 0.63
Hex CC 4F F1 F 43 0 5 11E 55 3F
Octal 314 117 361 17 103 0 5 436 125 77
Binary 11001100 1001111 11110001 1111 1000011 0 101 100011110 1010101 111111

Color Harmonies of #CC4FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FF1

Black with #CC4FF1

Text Example


Text Example

White with #CC4FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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