Html Css Color HEX #CC5FE9 Medium Orchid

📋 copy color: '#CC5FE9'

red 204 ◦ green 95 ◦ blue 233

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

Shades of Medium Orchid #CC5FE9

Tints of Medium Orchid #CC5FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 38.35%
G = 17.86%
B = 43.8%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC5FE9 (or 0xCC5FE9) is known color: Medium Orchid. HEX triplet: CC, 5F and E9. RGB value is (204,95,233). Sum of RGB (Red+Green+Blue) = 204+95+233=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FE9 is #33A016. Grayscale: #8E8E8E. Windows color (decimal): -3383319 or 15294412. OLE color: 15294412.

HSL color Cylindrical-coordinate representation of color #CC5FE9: hue angle of 287.39º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5FE9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 95 233 -
CMYK 0.12 0.59 0 0.09
HSL 287.39º 0.76% 0.64% -
HSV(B) 287.39º 0.59% 0.91% -
XYZ 43.7 26.9 79.98 -
YUV 143.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 204 95 233 0.12 0.59 0 0.09 287.39 0.76 0.64
Hex CC 5F E9 C 3B 0 9 11F 4C 40
Octal 314 137 351 14 73 0 11 437 114 100
Binary 11001100 1011111 11101001 1100 111011 0 1001 100011111 1001100 1000000

Color Harmonies of #CC5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FE9

Black with #CC5FE9

Text Example


Text Example

White with #CC5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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