Html Css Color HEX #C367CD Medium Orchid

📋 copy color: '#C367CD'

red 195 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #C367CD

Tints of Medium Orchid #C367CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.48%

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

R = 38.77%
G = 20.48%
B = 40.76%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C367CD (or 0xC367CD) is known color: Medium Orchid. HEX triplet: C3, 67 and CD. RGB value is (195,103,205). Sum of RGB (Red+Green+Blue) = 195+103+205=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C367CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CD is #3C9832. Grayscale: #8D8D8D. Windows color (decimal): -3971123 or 13461443. OLE color: 13461443.

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

Color convert

RGB 195 103 205 -
CMYK 0.05 0.50 0 0.20
HSL 294.12º 0.5% 0.6% -
HSV(B) 294.12º 0.5% 0.8% -
XYZ 38.38 25.71 60.7 -
YUV 142.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 195 103 205 0.05 0.50 0 0.20 294.12 0.5 0.6
Hex C3 67 CD 5 32 0 14 126 32 3C
Octal 303 147 315 5 62 0 24 446 62 74
Binary 11000011 1100111 11001101 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C367CD

Black with #C367CD

Text Example


Text Example

White with #C367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C367CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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