Html Css Color HEX #C23EF2 Medium Orchid

📋 copy color: '#C23EF2'

red 194 ◦ green 62 ◦ blue 242

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

Shades of Medium Orchid #C23EF2

Tints of Medium Orchid #C23EF2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.45%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 38.96%
G = 12.45%
B = 48.59%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C23EF2 (or 0xC23EF2) is known color: Medium Orchid. HEX triplet: C2, 3E and F2. RGB value is (194,62,242). Sum of RGB (Red+Green+Blue) = 194+62+242=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #C23EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EF2 is #3DC10D. Grayscale: #797979. Windows color (decimal): -4047118 or 15875778. OLE color: 15875778.

HSL color Cylindrical-coordinate representation of color #C23EF2: hue angle of 284º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23EF2 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 62 242 -
CMYK 0.20 0.74 0 0.05
HSL 284º 0.87% 0.6% -
HSV(B) 284º 0.74% 0.95% -
XYZ 40 21.33 86.01 -
YUV 121.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 194 62 242 0.20 0.74 0 0.05 284 0.87 0.6
Hex C2 3E F2 14 4A 0 5 11C 57 3C
Octal 302 76 362 24 112 0 5 434 127 74
Binary 11000010 111110 11110010 10100 1001010 0 101 100011100 1010111 111100

Color Harmonies of #C23EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23EF2

Black with #C23EF2

Text Example


Text Example

White with #C23EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23EF2; }

 p { color: rgb(194,62,242); }

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

background-color css

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

 a { background-color: rgb(194,62,242); }

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

border-color css

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

 span { border-color: rgb(194,62,242); }

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