Html Css Color HEX #C365CD Medium Orchid

📋 copy color: '#C365CD'

red 195 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #C365CD

Tints of Medium Orchid #C365CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 38.92%
G = 20.16%
B = 40.92%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C365CD (or 0xC365CD) is known color: Medium Orchid. HEX triplet: C3, 65 and CD. RGB value is (195,101,205). Sum of RGB (Red+Green+Blue) = 195+101+205=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C365CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CD is #3C9A32. Grayscale: #8C8C8C. Windows color (decimal): -3971635 or 13460931. OLE color: 13460931.

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

Color convert

RGB 195 101 205 -
CMYK 0.05 0.51 0 0.20
HSL 294.23º 0.51% 0.6% -
HSV(B) 294.23º 0.51% 0.8% -
XYZ 38.18 25.32 60.63 -
YUV 140.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 195 101 205 0.05 0.51 0 0.20 294.23 0.51 0.6
Hex C3 65 CD 5 33 0 14 126 33 3C
Octal 303 145 315 5 63 0 24 446 63 74
Binary 11000011 1100101 11001101 101 110011 0 10100 100100110 110011 111100

Color Harmonies of #C365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365CD

Black with #C365CD

Text Example


Text Example

White with #C365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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