Html Css Color HEX #C644FF Medium Orchid

📋 copy color: '#C644FF'

red 198 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #C644FF

Tints of Medium Orchid #C644FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.05%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 38%
G = 13.05%
B = 48.94%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C644FF (or 0xC644FF) is known color: 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

RGB 198 68 255 -
CMYK 0.22 0.73 0 0
HSL 281.71º 1% 0.63% -
HSV(B) 281.71º 0.73% 1% -
XYZ 43.41 23.36 96.83 -
YUV 128.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 198 68 255 0.22 0.73 0 0 281.71 1 0.63
Hex C6 44 FF 16 49 0 0 11A 64 3F
Octal 306 104 377 26 111 0 0 432 144 77
Binary 11000110 1000100 11111111 10110 1001001 0 0 100011010 1100100 111111

Color Harmonies of #C644FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644FF

Black with #C644FF

Text Example


Text Example

White with #C644FF

Text Example


Text Example

HTML Codes & Css Web 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>