Html Css Color HEX #C230ED Medium Orchid

📋 copy color: '#C230ED'

red 194 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #C230ED

Tints of Medium Orchid #C230ED

RGB

 RED value IS 194 (76.17% from 255) = 40.5%

 GREEN value IS 48 (19.14% from 255) = 10.02%

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

R = 40.5%
G = 10.02%
B = 49.48%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C230ED (or 0xC230ED) is known color: Medium Orchid. HEX triplet: C2, 30 and ED. RGB value is (194,48,237). Sum of RGB (Red+Green+Blue) = 194+48+237=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #C230ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230ED is #3DCF12. Grayscale: #707070. Windows color (decimal): -4050707 or 15544514. OLE color: 15544514.

HSL color Cylindrical-coordinate representation of color #C230ED: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C230ED is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 48 237 -
CMYK 0.18 0.80 0 0.07
HSL 286.35º 0.84% 0.56% -
HSV(B) 286.35º 0.8% 0.93% -
XYZ 38.59 19.7 81.89 -
YUV 113.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 194 48 237 0.18 0.80 0 0.07 286.35 0.84 0.56
Hex C2 30 ED 12 50 0 7 11E 54 38
Octal 302 60 355 22 120 0 7 436 124 70
Binary 11000010 110000 11101101 10010 1010000 0 111 100011110 1010100 111000

Color Harmonies of #C230ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230ED

Black with #C230ED

Text Example


Text Example

White with #C230ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230ED; }

 p { color: rgb(194,48,237); }

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

background-color css

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

 a { background-color: rgb(194,48,237); }

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

border-color css

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

 span { border-color: rgb(194,48,237); }

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