Html Css Color HEX #C239FC Medium Orchid

📋 copy color: '#C239FC'

red 194 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #C239FC

Tints of Medium Orchid #C239FC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.33%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 38.57%
G = 11.33%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C239FC (or 0xC239FC) is known color: Medium Orchid. HEX triplet: C2, 39 and FC. RGB value is (194,57,252). Sum of RGB (Red+Green+Blue) = 194+57+252=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #C239FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239FC is #3DC603. Grayscale: #777777. Windows color (decimal): -4048388 or 16529858. OLE color: 16529858.

HSL color Cylindrical-coordinate representation of color #C239FC: hue angle of 282.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C239FC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 57 252 -
CMYK 0.23 0.77 0 0.01
HSL 282.15º 0.97% 0.61% -
HSV(B) 282.15º 0.77% 0.99% -
XYZ 41.28 21.42 94.05 -
YUV 120.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 194 57 252 0.23 0.77 0 0.01 282.15 0.97 0.61
Hex C2 39 FC 17 4D 0 1 11A 61 3D
Octal 302 71 374 27 115 0 1 432 141 75
Binary 11000010 111001 11111100 10111 1001101 0 1 100011010 1100001 111101

Color Harmonies of #C239FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239FC

Black with #C239FC

Text Example


Text Example

White with #C239FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239FC; }

 p { color: rgb(194,57,252); }

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

background-color css

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

 a { background-color: rgb(194,57,252); }

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

border-color css

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

 span { border-color: rgb(194,57,252); }

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