Html Css Color HEX #CC62E5 Medium Orchid

📋 copy color: '#CC62E5'

red 204 ◦ green 98 ◦ blue 229

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

Shades of Medium Orchid #CC62E5

Tints of Medium Orchid #CC62E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.46%

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 38.42%
G = 18.46%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC62E5 (or 0xCC62E5) is known color: Medium Orchid. HEX triplet: CC, 62 and E5. RGB value is (204,98,229). Sum of RGB (Red+Green+Blue) = 204+98+229=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62E5 is #339D1A. Grayscale: #909090. Windows color (decimal): -3382555 or 15033036. OLE color: 15033036.

HSL color Cylindrical-coordinate representation of color #CC62E5: hue angle of 288.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC62E5 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 98 229 -
CMYK 0.11 0.57 0 0.10
HSL 288.55º 0.72% 0.64% -
HSV(B) 288.55º 0.57% 0.9% -
XYZ 43.41 27.23 77.1 -
YUV 144.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 204 98 229 0.11 0.57 0 0.10 288.55 0.72 0.64
Hex CC 62 E5 B 39 0 A 121 48 40
Octal 314 142 345 13 71 0 12 441 110 100
Binary 11001100 1100010 11100101 1011 111001 0 1010 100100001 1001000 1000000

Color Harmonies of #CC62E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62E5

Black with #CC62E5

Text Example


Text Example

White with #CC62E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62E5; }

 p { color: rgb(204,98,229); }

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

background-color css

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

 a { background-color: rgb(204,98,229); }

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

border-color css

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

 span { border-color: rgb(204,98,229); }

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