Html Css Color HEX #CC5FE1 Medium Orchid

📋 copy color: '#CC5FE1'

red 204 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #CC5FE1

Tints of Medium Orchid #CC5FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

 BLUE value IS 225 (88.28% from 255) = 42.94%

R = 38.93%
G = 18.13%
B = 42.94%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC5FE1 (or 0xCC5FE1) is known color: Medium Orchid. HEX triplet: CC, 5F and E1. RGB value is (204,95,225). Sum of RGB (Red+Green+Blue) = 204+95+225=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FE1 is #33A01E. Grayscale: #8E8E8E. Windows color (decimal): -3383327 or 14770124. OLE color: 14770124.

HSL color Cylindrical-coordinate representation of color #CC5FE1: hue angle of 290.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5FE1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 95 225 -
CMYK 0.09 0.58 0 0.12
HSL 290.31º 0.68% 0.63% -
HSV(B) 290.31º 0.58% 0.88% -
XYZ 42.58 26.46 74.1 -
YUV 142.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 204 95 225 0.09 0.58 0 0.12 290.31 0.68 0.63
Hex CC 5F E1 9 3A 0 C 122 44 3F
Octal 314 137 341 11 72 0 14 442 104 77
Binary 11001100 1011111 11100001 1001 111010 0 1100 100100010 1000100 111111

Color Harmonies of #CC5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FE1

Black with #CC5FE1

Text Example


Text Example

White with #CC5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FE1; }

 p { color: rgb(204,95,225); }

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

background-color css

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

 a { background-color: rgb(204,95,225); }

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

border-color css

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

 span { border-color: rgb(204,95,225); }

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