Html Css Color HEX #C062EA Medium Orchid

📋 copy color: '#C062EA'

red 192 ◦ green 98 ◦ blue 234

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

Shades of Medium Orchid #C062EA

Tints of Medium Orchid #C062EA

RGB

 RED value IS 192 (75.39% from 255) = 36.64%

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

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

R = 36.64%
G = 18.7%
B = 44.66%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C062EA (or 0xC062EA) is known color: Medium Orchid. HEX triplet: C0, 62 and EA. RGB value is (192,98,234). Sum of RGB (Red+Green+Blue) = 192+98+234=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #C062EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062EA is #3F9D15. Grayscale: #8D8D8D. Windows color (decimal): -4168982 or 15360704. OLE color: 15360704.

HSL color Cylindrical-coordinate representation of color #C062EA: hue angle of 281.47º 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 #C062EA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 98 234 -
CMYK 0.18 0.58 0 0.08
HSL 281.47º 0.76% 0.65% -
HSV(B) 281.47º 0.58% 0.92% -
XYZ 40.96 25.88 80.68 -
YUV 141.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 192 98 234 0.18 0.58 0 0.08 281.47 0.76 0.65
Hex C0 62 EA 12 3A 0 8 119 4C 41
Octal 300 142 352 22 72 0 10 431 114 101
Binary 11000000 1100010 11101010 10010 111010 0 1000 100011001 1001100 1000001

Color Harmonies of #C062EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062EA

Black with #C062EA

Text Example


Text Example

White with #C062EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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