Html Css Color HEX #C230EA Medium Orchid

📋 copy color: '#C230EA'

red 194 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #C230EA

Tints of Medium Orchid #C230EA

RGB

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

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

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

R = 40.76%
G = 10.08%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C230EA (or 0xC230EA) is known color: Medium Orchid. HEX triplet: C2, 30 and EA. RGB value is (194,48,234). Sum of RGB (Red+Green+Blue) = 194+48+234=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C230EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230EA is #3DCF15. Grayscale: #707070. Windows color (decimal): -4050710 or 15347906. OLE color: 15347906.

HSL color Cylindrical-coordinate representation of color #C230EA: hue angle of 287.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C230EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 48 234 -
CMYK 0.17 0.79 0 0.08
HSL 287.1º 0.82% 0.55% -
HSV(B) 287.1º 0.79% 0.92% -
XYZ 38.16 19.52 79.6 -
YUV 112.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 194 48 234 0.17 0.79 0 0.08 287.1 0.82 0.55
Hex C2 30 EA 11 4F 0 8 11F 52 37
Octal 302 60 352 21 117 0 10 437 122 67
Binary 11000010 110000 11101010 10001 1001111 0 1000 100011111 1010010 110111

Color Harmonies of #C230EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230EA

Black with #C230EA

Text Example


Text Example

White with #C230EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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