Html Css Color HEX #CC62EA Medium Orchid

📋 copy color: '#CC62EA'

red 204 ◦ green 98 ◦ blue 234

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

Shades of Medium Orchid #CC62EA

Tints of Medium Orchid #CC62EA

RGB

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

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

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

R = 38.06%
G = 18.28%
B = 43.66%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC62EA (or 0xCC62EA) is known color: Medium Orchid. HEX triplet: CC, 62 and EA. RGB value is (204,98,234). Sum of RGB (Red+Green+Blue) = 204+98+234=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC62EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62EA is #339D15. Grayscale: #909090. Windows color (decimal): -3382550 or 15360716. OLE color: 15360716.

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

Color convert

RGB 204 98 234 -
CMYK 0.13 0.58 0 0.08
HSL 286.76º 0.76% 0.65% -
HSV(B) 286.76º 0.58% 0.92% -
XYZ 44.12 27.51 80.83 -
YUV 145.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 204 98 234 0.13 0.58 0 0.08 286.76 0.76 0.65
Hex CC 62 EA D 3A 0 8 11F 4C 41
Octal 314 142 352 15 72 0 10 437 114 101
Binary 11001100 1100010 11101010 1101 111010 0 1000 100011111 1001100 1000001

Color Harmonies of #CC62EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62EA

Black with #CC62EA

Text Example


Text Example

White with #CC62EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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