Html Css Color HEX #C23BF2 Medium Orchid

📋 copy color: '#C23BF2'

red 194 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #C23BF2

Tints of Medium Orchid #C23BF2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.92%

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

R = 39.19%
G = 11.92%
B = 48.89%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C23BF2 (or 0xC23BF2) is known color: Medium Orchid. HEX triplet: C2, 3B and F2. RGB value is (194,59,242). Sum of RGB (Red+Green+Blue) = 194+59+242=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #C23BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BF2 is #3DC40D. Grayscale: #777777. Windows color (decimal): -4047886 or 15875010. OLE color: 15875010.

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

Color convert

RGB 194 59 242 -
CMYK 0.20 0.76 0 0.05
HSL 284.26º 0.88% 0.59% -
HSV(B) 284.26º 0.76% 0.95% -
XYZ 39.84 21.01 85.96 -
YUV 120.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 194 59 242 0.20 0.76 0 0.05 284.26 0.88 0.59
Hex C2 3B F2 14 4C 0 5 11C 58 3B
Octal 302 73 362 24 114 0 5 434 130 73
Binary 11000010 111011 11110010 10100 1001100 0 101 100011100 1011000 111011

Color Harmonies of #C23BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BF2

Black with #C23BF2

Text Example


Text Example

White with #C23BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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