Html Css Color HEX #C03CEE Medium Orchid

📋 copy color: '#C03CEE'

red 192 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #C03CEE

Tints of Medium Orchid #C03CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 39.18%
G = 12.24%
B = 48.57%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C03CEE (or 0xC03CEE) is known color: Medium Orchid. HEX triplet: C0, 3C and EE. RGB value is (192,60,238). Sum of RGB (Red+Green+Blue) = 192+60+238=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #C03CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CEE is #3FC311. Grayscale: #777777. Windows color (decimal): -4178706 or 15613120. OLE color: 15613120.

HSL color Cylindrical-coordinate representation of color #C03CEE: hue angle of 284.49º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03CEE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 60 238 -
CMYK 0.19 0.75 0 0.07
HSL 284.49º 0.84% 0.58% -
HSV(B) 284.49º 0.75% 0.93% -
XYZ 38.79 20.61 82.82 -
YUV 119.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 192 60 238 0.19 0.75 0 0.07 284.49 0.84 0.58
Hex C0 3C EE 13 4B 0 7 11C 54 3A
Octal 300 74 356 23 113 0 7 434 124 72
Binary 11000000 111100 11101110 10011 1001011 0 111 100011100 1010100 111010

Color Harmonies of #C03CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CEE

Black with #C03CEE

Text Example


Text Example

White with #C03CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CEE; }

 p { color: rgb(192,60,238); }

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

background-color css

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

 a { background-color: rgb(192,60,238); }

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

border-color css

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

 span { border-color: rgb(192,60,238); }

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