Html Css Color HEX #C367CF Medium Orchid

📋 copy color: '#C367CF'

red 195 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #C367CF

Tints of Medium Orchid #C367CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 38.61%
G = 20.4%
B = 40.99%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C367CF (or 0xC367CF) is known color: Medium Orchid. HEX triplet: C3, 67 and CF. RGB value is (195,103,207). Sum of RGB (Red+Green+Blue) = 195+103+207=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C367CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CF is #3C9830. Grayscale: #8E8E8E. Windows color (decimal): -3971121 or 13592515. OLE color: 13592515.

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

Color convert

RGB 195 103 207 -
CMYK 0.06 0.50 0 0.19
HSL 293.08º 0.52% 0.61% -
HSV(B) 293.08º 0.5% 0.81% -
XYZ 38.62 25.81 61.98 -
YUV 142.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 195 103 207 0.06 0.50 0 0.19 293.08 0.52 0.61
Hex C3 67 CF 6 32 0 13 125 34 3D
Octal 303 147 317 6 62 0 23 445 64 75
Binary 11000011 1100111 11001111 110 110010 0 10011 100100101 110100 111101

Color Harmonies of #C367CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C367CF

Black with #C367CF

Text Example


Text Example

White with #C367CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C367CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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