Html Css Color HEX #C367DD Medium Orchid

📋 copy color: '#C367DD'

red 195 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #C367DD

Tints of Medium Orchid #C367DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 37.57%
G = 19.85%
B = 42.58%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C367DD (or 0xC367DD) is known color: Medium Orchid. HEX triplet: C3, 67 and DD. RGB value is (195,103,221). Sum of RGB (Red+Green+Blue) = 195+103+221=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C367DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367DD is #3C9822. Grayscale: #8F8F8F. Windows color (decimal): -3971107 or 14510019. OLE color: 14510019.

HSL color Cylindrical-coordinate representation of color #C367DD: hue angle of 286.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C367DD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 103 221 -
CMYK 0.12 0.53 0 0.13
HSL 286.78º 0.63% 0.64% -
HSV(B) 286.78º 0.53% 0.87% -
XYZ 40.41 26.52 71.4 -
YUV 143.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 195 103 221 0.12 0.53 0 0.13 286.78 0.63 0.64
Hex C3 67 DD C 35 0 D 11F 3F 40
Octal 303 147 335 14 65 0 15 437 77 100
Binary 11000011 1100111 11011101 1100 110101 0 1101 100011111 111111 1000000

Color Harmonies of #C367DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C367DD

Black with #C367DD

Text Example


Text Example

White with #C367DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C367DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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