Html Css Color HEX #C664CF Medium Orchid

📋 copy color: '#C664CF'

red 198 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #C664CF

Tints of Medium Orchid #C664CF

RGB

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

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

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

R = 39.21%
G = 19.8%
B = 40.99%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C664CF (or 0xC664CF) is known color: Medium Orchid. HEX triplet: C6, 64 and CF. RGB value is (198,100,207). Sum of RGB (Red+Green+Blue) = 198+100+207=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 100 (39.45% from 255 or 19.80% 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 #C664CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664CF is #399B30. Grayscale: #8D8D8D. Windows color (decimal): -3775281 or 13591750. OLE color: 13591750.

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

Color convert

RGB 198 100 207 -
CMYK 0.04 0.52 0 0.19
HSL 294.95º 0.53% 0.6% -
HSV(B) 294.95º 0.52% 0.81% -
XYZ 39.11 25.63 61.92 -
YUV 141.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 198 100 207 0.04 0.52 0 0.19 294.95 0.53 0.6
Hex C6 64 CF 4 34 0 13 127 35 3C
Octal 306 144 317 4 64 0 23 447 65 74
Binary 11000110 1100100 11001111 100 110100 0 10011 100100111 110101 111100

Color Harmonies of #C664CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664CF

Black with #C664CF

Text Example


Text Example

White with #C664CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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