Html Css Color HEX #C361CF Medium Orchid

📋 copy color: '#C361CF'

red 195 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #C361CF

Tints of Medium Orchid #C361CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

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

R = 39.08%
G = 19.44%
B = 41.48%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C361CF (or 0xC361CF) is known color: Medium Orchid. HEX triplet: C3, 61 and CF. RGB value is (195,97,207). Sum of RGB (Red+Green+Blue) = 195+97+207=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C361CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361CF is #3C9E30. Grayscale: #8A8A8A. Windows color (decimal): -3972657 or 13590979. OLE color: 13590979.

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

Color convert

RGB 195 97 207 -
CMYK 0.06 0.53 0 0.19
HSL 293.45º 0.53% 0.6% -
HSV(B) 293.45º 0.53% 0.81% -
XYZ 38.04 24.66 61.79 -
YUV 138.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 195 97 207 0.06 0.53 0 0.19 293.45 0.53 0.6
Hex C3 61 CF 6 35 0 13 125 35 3C
Octal 303 141 317 6 65 0 23 445 65 74
Binary 11000011 1100001 11001111 110 110101 0 10011 100100101 110101 111100

Color Harmonies of #C361CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361CF

Black with #C361CF

Text Example


Text Example

White with #C361CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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