Html Css Color HEX #C661CF Medium Orchid

📋 copy color: '#C661CF'

red 198 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #C661CF

Tints of Medium Orchid #C661CF

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

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

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

R = 39.44%
G = 19.32%
B = 41.24%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C661CF (or 0xC661CF) is known color: Medium Orchid. HEX triplet: C6, 61 and CF. RGB value is (198,97,207). Sum of RGB (Red+Green+Blue) = 198+97+207=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C661CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661CF is #399E30. Grayscale: #8B8B8B. Windows color (decimal): -3776049 or 13590982. OLE color: 13590982.

HSL color Cylindrical-coordinate representation of color #C661CF: hue angle of 295.09º 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 #C661CF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 97 207 -
CMYK 0.04 0.53 0 0.19
HSL 295.09º 0.53% 0.6% -
HSV(B) 295.09º 0.53% 0.81% -
XYZ 38.83 25.06 61.82 -
YUV 139.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 198 97 207 0.04 0.53 0 0.19 295.09 0.53 0.6
Hex C6 61 CF 4 35 0 13 127 35 3C
Octal 306 141 317 4 65 0 23 447 65 74
Binary 11000110 1100001 11001111 100 110101 0 10011 100100111 110101 111100

Color Harmonies of #C661CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661CF

Black with #C661CF

Text Example


Text Example

White with #C661CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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