Html Css Color HEX #C352FC Medium Orchid

📋 copy color: '#C352FC'

red 195 ◦ green 82 ◦ blue 252

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

Shades of Medium Orchid #C352FC

Tints of Medium Orchid #C352FC

RGB

 RED value IS 195 (76.56% from 255) = 36.86%

 GREEN value IS 82 (32.42% from 255) = 15.5%

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

R = 36.86%
G = 15.5%
B = 47.64%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C352FC (or 0xC352FC) is known color: Medium Orchid. HEX triplet: C3, 52 and FC. RGB value is (195,82,252). Sum of RGB (Red+Green+Blue) = 195+82+252=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C352FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352FC is #3CAD03. Grayscale: #868686. Windows color (decimal): -3976452 or 16536259. OLE color: 16536259.

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

Color convert

RGB 195 82 252 -
CMYK 0.23 0.67 0 0.01
HSL 279.88º 0.97% 0.65% -
HSV(B) 279.88º 0.67% 0.99% -
XYZ 43.09 24.66 94.58 -
YUV 135.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 195 82 252 0.23 0.67 0 0.01 279.88 0.97 0.65
Hex C3 52 FC 17 43 0 1 118 61 41
Octal 303 122 374 27 103 0 1 430 141 101
Binary 11000011 1010010 11111100 10111 1000011 0 1 100011000 1100001 1000001

Color Harmonies of #C352FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352FC

Black with #C352FC

Text Example


Text Example

White with #C352FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352FC; }

 p { color: rgb(195,82,252); }

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

background-color css

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

 a { background-color: rgb(195,82,252); }

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

border-color css

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

 span { border-color: rgb(195,82,252); }

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