Html Css Color HEX #CC58EF Medium Orchid

📋 copy color: '#CC58EF'

red 204 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #CC58EF

Tints of Medium Orchid #CC58EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.57%

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 38.42%
G = 16.57%
B = 45.01%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC58EF (or 0xCC58EF) is known color: Medium Orchid. HEX triplet: CC, 58 and EF. RGB value is (204,88,239). Sum of RGB (Red+Green+Blue) = 204+88+239=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58EF is #33A710. Grayscale: #8B8B8B. Windows color (decimal): -3385105 or 15685836. OLE color: 15685836.

HSL color Cylindrical-coordinate representation of color #CC58EF: hue angle of 286.09º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC58EF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 88 239 -
CMYK 0.15 0.63 0 0.06
HSL 286.09º 0.83% 0.64% -
HSV(B) 286.09º 0.63% 0.94% -
XYZ 43.97 26.05 84.37 -
YUV 139.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 204 88 239 0.15 0.63 0 0.06 286.09 0.83 0.64
Hex CC 58 EF F 3F 0 6 11E 53 40
Octal 314 130 357 17 77 0 6 436 123 100
Binary 11001100 1011000 11101111 1111 111111 0 110 100011110 1010011 1000000

Color Harmonies of #CC58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58EF

Black with #CC58EF

Text Example


Text Example

White with #CC58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58EF; }

 p { color: rgb(204,88,239); }

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

background-color css

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

 a { background-color: rgb(204,88,239); }

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

border-color css

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

 span { border-color: rgb(204,88,239); }

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