Html Css Color HEX #CC62E1 Medium Orchid

📋 copy color: '#CC62E1'

red 204 ◦ green 98 ◦ blue 225

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

Shades of Medium Orchid #CC62E1

Tints of Medium Orchid #CC62E1

RGB

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

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

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

R = 38.71%
G = 18.6%
B = 42.69%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC62E1 (or 0xCC62E1) is known color: Medium Orchid. HEX triplet: CC, 62 and E1. RGB value is (204,98,225). Sum of RGB (Red+Green+Blue) = 204+98+225=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC62E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62E1 is #339D1E. Grayscale: #8F8F8F. Windows color (decimal): -3382559 or 14770892. OLE color: 14770892.

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

Color convert

RGB 204 98 225 -
CMYK 0.09 0.56 0 0.12
HSL 290.08º 0.68% 0.63% -
HSV(B) 290.08º 0.56% 0.88% -
XYZ 42.86 27.01 74.19 -
YUV 144.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 204 98 225 0.09 0.56 0 0.12 290.08 0.68 0.63
Hex CC 62 E1 9 38 0 C 122 44 3F
Octal 314 142 341 11 70 0 14 442 104 77
Binary 11001100 1100010 11100001 1001 111000 0 1100 100100010 1000100 111111

Color Harmonies of #CC62E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62E1

Black with #CC62E1

Text Example


Text Example

White with #CC62E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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