Html Css Color HEX #C23BFA Medium Orchid

📋 copy color: '#C23BFA'

red 194 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #C23BFA

Tints of Medium Orchid #C23BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 38.57%
G = 11.73%
B = 49.7%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C23BFA (or 0xC23BFA) is known color: Medium Orchid. HEX triplet: C2, 3B and FA. RGB value is (194,59,250). Sum of RGB (Red+Green+Blue) = 194+59+250=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C23BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFA is #3DC405. Grayscale: #787878. Windows color (decimal): -4047878 or 16399298. OLE color: 16399298.

HSL color Cylindrical-coordinate representation of color #C23BFA: hue angle of 282.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23BFA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 59 250 -
CMYK 0.22 0.76 0 0.02
HSL 282.41º 0.95% 0.61% -
HSV(B) 282.41º 0.76% 0.98% -
XYZ 41.07 21.5 92.43 -
YUV 121.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 194 59 250 0.22 0.76 0 0.02 282.41 0.95 0.61
Hex C2 3B FA 16 4C 0 2 11A 5F 3D
Octal 302 73 372 26 114 0 2 432 137 75
Binary 11000010 111011 11111010 10110 1001100 0 10 100011010 1011111 111101

Color Harmonies of #C23BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BFA

Black with #C23BFA

Text Example


Text Example

White with #C23BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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