Html Css Color HEX #C365E6 Medium Orchid

📋 copy color: '#C365E6'

red 195 ◦ green 101 ◦ blue 230

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

Shades of Medium Orchid #C365E6

Tints of Medium Orchid #C365E6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.2%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 37.07%
G = 19.2%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C365E6 (or 0xC365E6) is known color: Medium Orchid. HEX triplet: C3, 65 and E6. RGB value is (195,101,230). Sum of RGB (Red+Green+Blue) = 195+101+230=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #C365E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365E6 is #3C9A19. Grayscale: #8F8F8F. Windows color (decimal): -3971610 or 15099331. OLE color: 15099331.

HSL color Cylindrical-coordinate representation of color #C365E6: hue angle of 283.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C365E6 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 101 230 -
CMYK 0.15 0.56 0 0.10
HSL 283.72º 0.72% 0.65% -
HSV(B) 283.72º 0.56% 0.9% -
XYZ 41.44 26.62 77.82 -
YUV 143.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 195 101 230 0.15 0.56 0 0.10 283.72 0.72 0.65
Hex C3 65 E6 F 38 0 A 11C 48 41
Octal 303 145 346 17 70 0 12 434 110 101
Binary 11000011 1100101 11100110 1111 111000 0 1010 100011100 1001000 1000001

Color Harmonies of #C365E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365E6

Black with #C365E6

Text Example


Text Example

White with #C365E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365E6; }

 p { color: rgb(195,101,230); }

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

background-color css

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

 a { background-color: rgb(195,101,230); }

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

border-color css

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

 span { border-color: rgb(195,101,230); }

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