Html Css Color HEX #C352EF Medium Orchid

📋 copy color: '#C352EF'

red 195 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #C352EF

Tints of Medium Orchid #C352EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 37.79%
G = 15.89%
B = 46.32%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C352EF (or 0xC352EF) is known color: Medium Orchid. HEX triplet: C3, 52 and EF. RGB value is (195,82,239). Sum of RGB (Red+Green+Blue) = 195+82+239=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C352EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352EF is #3CAD10. Grayscale: #858585. Windows color (decimal): -3976465 or 15684291. OLE color: 15684291.

HSL color Cylindrical-coordinate representation of color #C352EF: hue angle of 283.18º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C352EF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 82 239 -
CMYK 0.18 0.66 0 0.06
HSL 283.18º 0.83% 0.63% -
HSV(B) 283.18º 0.66% 0.94% -
XYZ 41.1 23.87 84.1 -
YUV 133.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 195 82 239 0.18 0.66 0 0.06 283.18 0.83 0.63
Hex C3 52 EF 12 42 0 6 11B 53 3F
Octal 303 122 357 22 102 0 6 433 123 77
Binary 11000011 1010010 11101111 10010 1000010 0 110 100011011 1010011 111111

Color Harmonies of #C352EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352EF

Black with #C352EF

Text Example


Text Example

White with #C352EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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