Html Css Color HEX #C644FA Medium Orchid

📋 copy color: '#C644FA'

red 198 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #C644FA

Tints of Medium Orchid #C644FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 38.37%
G = 13.18%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C644FA (or 0xC644FA) is known color: Medium Orchid. HEX triplet: C6, 44 and FA. RGB value is (198,68,250). Sum of RGB (Red+Green+Blue) = 198+68+250=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C644FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644FA is #39BB05. Grayscale: #7F7F7F. Windows color (decimal): -3783430 or 16401606. OLE color: 16401606.

HSL color Cylindrical-coordinate representation of color #C644FA: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C644FA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 68 250 -
CMYK 0.21 0.73 0 0.02
HSL 282.86º 0.95% 0.62% -
HSV(B) 282.86º 0.73% 0.98% -
XYZ 42.61 23.04 92.64 -
YUV 127.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 198 68 250 0.21 0.73 0 0.02 282.86 0.95 0.62
Hex C6 44 FA 15 49 0 2 11B 5F 3E
Octal 306 104 372 25 111 0 2 433 137 76
Binary 11000110 1000100 11111010 10101 1001001 0 10 100011011 1011111 111110

Color Harmonies of #C644FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644FA

Black with #C644FA

Text Example


Text Example

White with #C644FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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