Html Css Color HEX #C235FC Medium Orchid

📋 copy color: '#C235FC'

red 194 ◦ green 53 ◦ blue 252

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

Shades of Medium Orchid #C235FC

Tints of Medium Orchid #C235FC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.62%

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

R = 38.88%
G = 10.62%
B = 50.5%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C235FC (or 0xC235FC) is known color: Medium Orchid. HEX triplet: C2, 35 and FC. RGB value is (194,53,252). Sum of RGB (Red+Green+Blue) = 194+53+252=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C235FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235FC is #3DCA03. Grayscale: #757575. Windows color (decimal): -4049412 or 16528834. OLE color: 16528834.

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

Color convert

RGB 194 53 252 -
CMYK 0.23 0.79 0 0.01
HSL 282.51º 0.97% 0.6% -
HSV(B) 282.51º 0.79% 0.99% -
XYZ 41.09 21.04 93.99 -
YUV 117.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 194 53 252 0.23 0.79 0 0.01 282.51 0.97 0.6
Hex C2 35 FC 17 4F 0 1 11B 61 3C
Octal 302 65 374 27 117 0 1 433 141 74
Binary 11000010 110101 11111100 10111 1001111 0 1 100011011 1100001 111100

Color Harmonies of #C235FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235FC

Black with #C235FC

Text Example


Text Example

White with #C235FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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