Html Css Color HEX #C640FB Medium Orchid

📋 copy color: '#C640FB'

red 198 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #C640FB

Tints of Medium Orchid #C640FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.48%

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 38.6%
G = 12.48%
B = 48.93%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C640FB (or 0xC640FB) is known color: Medium Orchid. HEX triplet: C6, 40 and FB. RGB value is (198,64,251). Sum of RGB (Red+Green+Blue) = 198+64+251=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #C640FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640FB is #39BF04. Grayscale: #7C7C7C. Windows color (decimal): -3784453 or 16466118. OLE color: 16466118.

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

Color convert

RGB 198 64 251 -
CMYK 0.21 0.75 0 0.02
HSL 282.99º 0.96% 0.62% -
HSV(B) 282.99º 0.75% 0.98% -
XYZ 42.53 22.64 93.39 -
YUV 125.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 198 64 251 0.21 0.75 0 0.02 282.99 0.96 0.62
Hex C6 40 FB 15 4B 0 2 11B 60 3E
Octal 306 100 373 25 113 0 2 433 140 76
Binary 11000110 1000000 11111011 10101 1001011 0 10 100011011 1100000 111110

Color Harmonies of #C640FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640FB

Black with #C640FB

Text Example


Text Example

White with #C640FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640FB; }

 p { color: rgb(198,64,251); }

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

background-color css

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

 a { background-color: rgb(198,64,251); }

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

border-color css

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

 span { border-color: rgb(198,64,251); }

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