Html Css Color HEX #C03CED Medium Orchid

📋 copy color: '#C03CED'

red 192 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #C03CED

Tints of Medium Orchid #C03CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 39.26%
G = 12.27%
B = 48.47%

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

#C03CED (or 0xC03CED) is known color: Medium Orchid. HEX triplet: C0, 3C and ED. RGB value is (192,60,237). Sum of RGB (Red+Green+Blue) = 192+60+237=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #C03CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CED is #3FC312. Grayscale: #777777. Windows color (decimal): -4178707 or 15547584. OLE color: 15547584.

HSL color Cylindrical-coordinate representation of color #C03CED: hue angle of 284.75º degrees, saturation: 0.83, 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 #C03CED is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 60 237 -
CMYK 0.19 0.75 0 0.07
HSL 284.75º 0.83% 0.58% -
HSV(B) 284.75º 0.75% 0.93% -
XYZ 38.64 20.55 82.05 -
YUV 119.65 194.23 179.61 -
System Red Green Blue C M Y K H S L
Decimal 192 60 237 0.19 0.75 0 0.07 284.75 0.83 0.58
Hex C0 3C ED 13 4B 0 7 11D 53 3A
Octal 300 74 355 23 113 0 7 435 123 72
Binary 11000000 111100 11101101 10011 1001011 0 111 100011101 1010011 111010

Color Harmonies of #C03CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CED

Black with #C03CED

Text Example


Text Example

White with #C03CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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