Html Css Color HEX #C641FD Medium Orchid

📋 copy color: '#C641FD'

red 198 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C641FD

Tints of Medium Orchid #C641FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.6%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 38.37%
G = 12.6%
B = 49.03%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C641FD (or 0xC641FD) is known color: Medium Orchid. HEX triplet: C6, 41 and FD. RGB value is (198,65,253). Sum of RGB (Red+Green+Blue) = 198+65+253=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C641FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FD is #39BE02. Grayscale: #7D7D7D. Windows color (decimal): -3784195 or 16597446. OLE color: 16597446.

HSL color Cylindrical-coordinate representation of color #C641FD: hue angle of 282.45º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641FD is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 65 253 -
CMYK 0.22 0.74 0 0.01
HSL 282.45º 0.98% 0.62% -
HSV(B) 282.45º 0.74% 0.99% -
XYZ 42.91 22.88 95.08 -
YUV 126.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 198 65 253 0.22 0.74 0 0.01 282.45 0.98 0.62
Hex C6 41 FD 16 4A 0 1 11A 62 3E
Octal 306 101 375 26 112 0 1 432 142 76
Binary 11000110 1000001 11111101 10110 1001010 0 1 100011010 1100010 111110

Color Harmonies of #C641FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641FD

Black with #C641FD

Text Example


Text Example

White with #C641FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641FD; }

 p { color: rgb(198,65,253); }

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

background-color css

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

 a { background-color: rgb(198,65,253); }

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

border-color css

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

 span { border-color: rgb(198,65,253); }

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