Html Css Color HEX #C663CF Medium Orchid

📋 copy color: '#C663CF'

red 198 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #C663CF

Tints of Medium Orchid #C663CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.64%

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

R = 39.29%
G = 19.64%
B = 41.07%

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

#C663CF (or 0xC663CF) is known color: Medium Orchid. HEX triplet: C6, 63 and CF. RGB value is (198,99,207). Sum of RGB (Red+Green+Blue) = 198+99+207=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C663CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663CF is #399C30. Grayscale: #8C8C8C. Windows color (decimal): -3775537 or 13591494. OLE color: 13591494.

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

Color convert

RGB 198 99 207 -
CMYK 0.04 0.52 0 0.19
HSL 295º 0.53% 0.6% -
HSV(B) 295º 0.52% 0.81% -
XYZ 39.01 25.43 61.88 -
YUV 140.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 198 99 207 0.04 0.52 0 0.19 295 0.53 0.6
Hex C6 63 CF 4 34 0 13 127 35 3C
Octal 306 143 317 4 64 0 23 447 65 74
Binary 11000110 1100011 11001111 100 110100 0 10011 100100111 110101 111100

Color Harmonies of #C663CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663CF

Black with #C663CF

Text Example


Text Example

White with #C663CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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