Html Css Color HEX #C367D0 Medium Orchid

📋 copy color: '#C367D0'

red 195 ◦ green 103 ◦ blue 208

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

Shades of Medium Orchid #C367D0

Tints of Medium Orchid #C367D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 38.54%
G = 20.36%
B = 41.11%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C367D0 (or 0xC367D0) is known color: Medium Orchid. HEX triplet: C3, 67 and D0. RGB value is (195,103,208). Sum of RGB (Red+Green+Blue) = 195+103+208=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #C367D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367D0 is #3C982F. Grayscale: #8E8E8E. Windows color (decimal): -3971120 or 13658051. OLE color: 13658051.

HSL color Cylindrical-coordinate representation of color #C367D0: hue angle of 292.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C367D0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 103 208 -
CMYK 0.06 0.50 0 0.18
HSL 292.57º 0.53% 0.61% -
HSV(B) 292.57º 0.5% 0.82% -
XYZ 38.74 25.86 62.62 -
YUV 142.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 195 103 208 0.06 0.50 0 0.18 292.57 0.53 0.61
Hex C3 67 D0 6 32 0 12 125 35 3D
Octal 303 147 320 6 62 0 22 445 65 75
Binary 11000011 1100111 11010000 110 110010 0 10010 100100101 110101 111101

Color Harmonies of #C367D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C367D0

Black with #C367D0

Text Example


Text Example

White with #C367D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C367D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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