Html Css Color HEX #C352FB Medium Orchid

📋 copy color: '#C352FB'

red 195 ◦ green 82 ◦ blue 251

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

Shades of Medium Orchid #C352FB

Tints of Medium Orchid #C352FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 36.93%
G = 15.53%
B = 47.54%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C352FB (or 0xC352FB) is known color: Medium Orchid. HEX triplet: C3, 52 and FB. RGB value is (195,82,251). Sum of RGB (Red+Green+Blue) = 195+82+251=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C352FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352FB is #3CAD04. Grayscale: #868686. Windows color (decimal): -3976453 or 16470723. OLE color: 16470723.

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

Color convert

RGB 195 82 251 -
CMYK 0.22 0.67 0 0.02
HSL 280.12º 0.95% 0.65% -
HSV(B) 280.12º 0.67% 0.98% -
XYZ 42.94 24.6 93.75 -
YUV 135.05 193.44 170.76 -
System Red Green Blue C M Y K H S L
Decimal 195 82 251 0.22 0.67 0 0.02 280.12 0.95 0.65
Hex C3 52 FB 16 43 0 2 118 5F 41
Octal 303 122 373 26 103 0 2 430 137 101
Binary 11000011 1010010 11111011 10110 1000011 0 10 100011000 1011111 1000001

Color Harmonies of #C352FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352FB

Black with #C352FB

Text Example


Text Example

White with #C352FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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