Html Css Color HEX #C350F2 Medium Orchid

📋 copy color: '#C350F2'

red 195 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #C350F2

Tints of Medium Orchid #C350F2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 37.72%
G = 15.47%
B = 46.81%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C350F2 (or 0xC350F2) is known color: Medium Orchid. HEX triplet: C3, 50 and F2. RGB value is (195,80,242). Sum of RGB (Red+Green+Blue) = 195+80+242=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #C350F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350F2 is #3CAF0D. Grayscale: #848484. Windows color (decimal): -3976974 or 15880387. OLE color: 15880387.

HSL color Cylindrical-coordinate representation of color #C350F2: hue angle of 282.59º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C350F2 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 80 242 -
CMYK 0.19 0.67 0 0.05
HSL 282.59º 0.86% 0.63% -
HSV(B) 282.59º 0.67% 0.95% -
XYZ 41.4 23.75 86.41 -
YUV 132.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 195 80 242 0.19 0.67 0 0.05 282.59 0.86 0.63
Hex C3 50 F2 13 43 0 5 11B 56 3F
Octal 303 120 362 23 103 0 5 433 126 77
Binary 11000011 1010000 11110010 10011 1000011 0 101 100011011 1010110 111111

Color Harmonies of #C350F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350F2

Black with #C350F2

Text Example


Text Example

White with #C350F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350F2; }

 p { color: rgb(195,80,242); }

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

background-color css

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

 a { background-color: rgb(195,80,242); }

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

border-color css

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

 span { border-color: rgb(195,80,242); }

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