Html Css Color HEX #C350CF Medium Orchid

📋 copy color: '#C350CF'

red 195 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #C350CF

Tints of Medium Orchid #C350CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 40.46%
G = 16.6%
B = 42.95%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C350CF (or 0xC350CF) is known color: Medium Orchid. HEX triplet: C3, 50 and CF. RGB value is (195,80,207). Sum of RGB (Red+Green+Blue) = 195+80+207=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C350CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350CF is #3CAF30. Grayscale: #808080. Windows color (decimal): -3977009 or 13586627. OLE color: 13586627.

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

Color convert

RGB 195 80 207 -
CMYK 0.06 0.61 0 0.19
HSL 294.33º 0.57% 0.56% -
HSV(B) 294.33º 0.61% 0.81% -
XYZ 36.64 21.84 61.32 -
YUV 128.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 195 80 207 0.06 0.61 0 0.19 294.33 0.57 0.56
Hex C3 50 CF 6 3D 0 13 126 39 38
Octal 303 120 317 6 75 0 23 446 71 70
Binary 11000011 1010000 11001111 110 111101 0 10011 100100110 111001 111000

Color Harmonies of #C350CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350CF

Black with #C350CF

Text Example


Text Example

White with #C350CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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