Html Css Color HEX #C365CE Medium Orchid

📋 copy color: '#C365CE'

red 195 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #C365CE

Tints of Medium Orchid #C365CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 38.84%
G = 20.12%
B = 41.04%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C365CE (or 0xC365CE) is known color: Medium Orchid. HEX triplet: C3, 65 and CE. RGB value is (195,101,206). Sum of RGB (Red+Green+Blue) = 195+101+206=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C365CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CE is #3C9A31. Grayscale: #8C8C8C. Windows color (decimal): -3971634 or 13526467. OLE color: 13526467.

HSL color Cylindrical-coordinate representation of color #C365CE: hue angle of 293.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C365CE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 101 206 -
CMYK 0.05 0.51 0 0.19
HSL 293.71º 0.52% 0.6% -
HSV(B) 293.71º 0.51% 0.81% -
XYZ 38.3 25.37 61.27 -
YUV 141.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 195 101 206 0.05 0.51 0 0.19 293.71 0.52 0.6
Hex C3 65 CE 5 33 0 13 126 34 3C
Octal 303 145 316 5 63 0 23 446 64 74
Binary 11000011 1100101 11001110 101 110011 0 10011 100100110 110100 111100

Color Harmonies of #C365CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365CE

Black with #C365CE

Text Example


Text Example

White with #C365CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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