Html Css Color HEX #C360F2 Medium Orchid

📋 copy color: '#C360F2'

red 195 ◦ green 96 ◦ blue 242

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

Shades of Medium Orchid #C360F2

Tints of Medium Orchid #C360F2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 36.59%
G = 18.01%
B = 45.4%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C360F2 (or 0xC360F2) is known color: Medium Orchid. HEX triplet: C3, 60 and F2. RGB value is (195,96,242). Sum of RGB (Red+Green+Blue) = 195+96+242=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #C360F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C360F2 is #3C9F0D. Grayscale: #8D8D8D. Windows color (decimal): -3972878 or 15884483. OLE color: 15884483.

HSL color Cylindrical-coordinate representation of color #C360F2: hue angle of 280.68º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C360F2 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 96 242 -
CMYK 0.19 0.60 0 0.05
HSL 280.68º 0.85% 0.66% -
HSV(B) 280.68º 0.6% 0.95% -
XYZ 42.72 26.38 86.84 -
YUV 142.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 195 96 242 0.19 0.60 0 0.05 280.68 0.85 0.66
Hex C3 60 F2 13 3C 0 5 119 55 42
Octal 303 140 362 23 74 0 5 431 125 102
Binary 11000011 1100000 11110010 10011 111100 0 101 100011001 1010101 1000010

Color Harmonies of #C360F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360F2

Black with #C360F2

Text Example


Text Example

White with #C360F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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