Html Css Color HEX #C664D1 Medium Orchid

📋 copy color: '#C664D1'

red 198 ◦ green 100 ◦ blue 209

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

Shades of Medium Orchid #C664D1

Tints of Medium Orchid #C664D1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 39.05%
G = 19.72%
B = 41.22%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C664D1 (or 0xC664D1) is known color: Medium Orchid. HEX triplet: C6, 64 and D1. RGB value is (198,100,209). Sum of RGB (Red+Green+Blue) = 198+100+209=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #C664D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664D1 is #399B2E. Grayscale: #8D8D8D. Windows color (decimal): -3775279 or 13722822. OLE color: 13722822.

HSL color Cylindrical-coordinate representation of color #C664D1: hue angle of 293.94º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C664D1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 100 209 -
CMYK 0.05 0.52 0 0.18
HSL 293.94º 0.54% 0.61% -
HSV(B) 293.94º 0.52% 0.82% -
XYZ 39.35 25.72 63.21 -
YUV 141.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 198 100 209 0.05 0.52 0 0.18 293.94 0.54 0.61
Hex C6 64 D1 5 34 0 12 126 36 3D
Octal 306 144 321 5 64 0 22 446 66 75
Binary 11000110 1100100 11010001 101 110100 0 10010 100100110 110110 111101

Color Harmonies of #C664D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664D1

Black with #C664D1

Text Example


Text Example

White with #C664D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664D1; }

 p { color: rgb(198,100,209); }

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

background-color css

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

 a { background-color: rgb(198,100,209); }

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

border-color css

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

 span { border-color: rgb(198,100,209); }

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