Html Css Color HEX #CC58EA Medium Orchid

📋 copy color: '#CC58EA'

red 204 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #CC58EA

Tints of Medium Orchid #CC58EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 38.78%
G = 16.73%
B = 44.49%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC58EA (or 0xCC58EA) is known color: Medium Orchid. HEX triplet: CC, 58 and EA. RGB value is (204,88,234). Sum of RGB (Red+Green+Blue) = 204+88+234=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58EA is #33A715. Grayscale: #8A8A8A. Windows color (decimal): -3385110 or 15358156. OLE color: 15358156.

HSL color Cylindrical-coordinate representation of color #CC58EA: hue angle of 287.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC58EA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 88 234 -
CMYK 0.13 0.62 0 0.08
HSL 287.67º 0.78% 0.63% -
HSV(B) 287.67º 0.62% 0.92% -
XYZ 43.24 25.76 80.53 -
YUV 139.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 204 88 234 0.13 0.62 0 0.08 287.67 0.78 0.63
Hex CC 58 EA D 3E 0 8 120 4E 3F
Octal 314 130 352 15 76 0 10 440 116 77
Binary 11001100 1011000 11101010 1101 111110 0 1000 100100000 1001110 111111

Color Harmonies of #CC58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58EA

Black with #CC58EA

Text Example


Text Example

White with #CC58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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