Html Css Color HEX #C363CD Medium Orchid

📋 copy color: '#C363CD'

red 195 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #C363CD

Tints of Medium Orchid #C363CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.84%

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

R = 39.08%
G = 19.84%
B = 41.08%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C363CD (or 0xC363CD) is known color: Medium Orchid. HEX triplet: C3, 63 and CD. RGB value is (195,99,205). Sum of RGB (Red+Green+Blue) = 195+99+205=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C363CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363CD is #3C9C32. Grayscale: #8B8B8B. Windows color (decimal): -3972147 or 13460419. OLE color: 13460419.

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

Color convert

RGB 195 99 205 -
CMYK 0.05 0.52 0 0.20
HSL 294.34º 0.51% 0.6% -
HSV(B) 294.34º 0.52% 0.8% -
XYZ 37.99 24.93 60.57 -
YUV 139.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 195 99 205 0.05 0.52 0 0.20 294.34 0.51 0.6
Hex C3 63 CD 5 34 0 14 126 33 3C
Octal 303 143 315 5 64 0 24 446 63 74
Binary 11000011 1100011 11001101 101 110100 0 10100 100100110 110011 111100

Color Harmonies of #C363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363CD

Black with #C363CD

Text Example


Text Example

White with #C363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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