#C644FF

Color #C644FF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C644FF

Tints of Medium Orchid #C644FF

Color information

#C644FF (or 0xC644FF) is unknown color: approx Medium Orchid. HEX triplet: C6, 44 and FF. RGB value is (198,68,255). Sum of RGB (Red+Green+Blue) = 198+68+255=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C644FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644FF is #39BB00. Grayscale: #7F7F7F. Windows color (decimal): -3783425 or 16729286. OLE color: 16729286.

HSL color Cylindrical-coordinate representation of color #C644FF: hue angle of 281.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C644FF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19868255-
CMYK0.220.7300
HSL281.71º100%63.33%-
HSV(B)281.71º73.33%100%-
XYZ43.4123.3696.83-
YUV128.19199.57177.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 68 (26.95% from 255) = 13.05%
BLUE value IS 255 (100% from 255) = 48.94%
R=38.00%
G=13.05%
B=48.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal198682550.220.7300281.7110063.33
HexC644FF16490011a643f
Octal306104377261110043214477
Binary11000110100010011111111101101001001001000110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C644FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C644FF; }

 p { color: rgb(198,68,255); }

 H1.HeaderClassName
 {
   color: #C644FF;
 }
 .AnyTagClassName
 {
   color: #C644FF;
 }
</style>
background-color css

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

 a { background-color: rgb(198,68,255); }

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

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

 span { border-color: rgb(198,68,255); }

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