Html Css Color HEX #C23CF2 Medium Orchid

📋 copy color: '#C23CF2'

red 194 ◦ green 60 ◦ blue 242

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

Shades of Medium Orchid #C23CF2

Tints of Medium Orchid #C23CF2

RGB

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

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

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

R = 39.11%
G = 12.1%
B = 48.79%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C23CF2 (or 0xC23CF2) is known color: Medium Orchid. HEX triplet: C2, 3C and F2. RGB value is (194,60,242). Sum of RGB (Red+Green+Blue) = 194+60+242=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #C23CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CF2 is #3DC30D. Grayscale: #787878. Windows color (decimal): -4047630 or 15875266. OLE color: 15875266.

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

Color convert

RGB 194 60 242 -
CMYK 0.20 0.75 0 0.05
HSL 284.18º 0.88% 0.59% -
HSV(B) 284.18º 0.75% 0.95% -
XYZ 39.89 21.11 85.98 -
YUV 120.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 194 60 242 0.20 0.75 0 0.05 284.18 0.88 0.59
Hex C2 3C F2 14 4B 0 5 11C 58 3B
Octal 302 74 362 24 113 0 5 434 130 73
Binary 11000010 111100 11110010 10100 1001011 0 101 100011100 1011000 111011

Color Harmonies of #C23CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CF2

Black with #C23CF2

Text Example


Text Example

White with #C23CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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