Html Css Color HEX #C062EB Medium Orchid

📋 copy color: '#C062EB'

red 192 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #C062EB

Tints of Medium Orchid #C062EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 36.57%
G = 18.67%
B = 44.76%

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

#C062EB (or 0xC062EB) is known color: Medium Orchid. HEX triplet: C0, 62 and EB. RGB value is (192,98,235). Sum of RGB (Red+Green+Blue) = 192+98+235=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #C062EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062EB is #3F9D14. Grayscale: #8D8D8D. Windows color (decimal): -4168981 or 15426240. OLE color: 15426240.

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

Color convert

RGB 192 98 235 -
CMYK 0.18 0.58 0 0.08
HSL 281.17º 0.77% 0.65% -
HSV(B) 281.17º 0.58% 0.92% -
XYZ 41.1 25.94 81.44 -
YUV 141.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 192 98 235 0.18 0.58 0 0.08 281.17 0.77 0.65
Hex C0 62 EB 12 3A 0 8 119 4D 41
Octal 300 142 353 22 72 0 10 431 115 101
Binary 11000000 1100010 11101011 10010 111010 0 1000 100011001 1001101 1000001

Color Harmonies of #C062EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062EB

Black with #C062EB

Text Example


Text Example

White with #C062EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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