Html Css Color HEX #C638FD Medium Orchid

📋 copy color: '#C638FD'

red 198 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C638FD

Tints of Medium Orchid #C638FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.05%

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

R = 39.05%
G = 11.05%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C638FD (or 0xC638FD) is known color: Medium Orchid. HEX triplet: C6, 38 and FD. RGB value is (198,56,253). Sum of RGB (Red+Green+Blue) = 198+56+253=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C638FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638FD is #39C702. Grayscale: #787878. Windows color (decimal): -3786499 or 16595142. OLE color: 16595142.

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

Color convert

RGB 198 56 253 -
CMYK 0.22 0.78 0 0.01
HSL 283.25º 0.98% 0.61% -
HSV(B) 283.25º 0.78% 0.99% -
XYZ 42.43 21.93 94.92 -
YUV 120.92 202.54 182.98 -
System Red Green Blue C M Y K H S L
Decimal 198 56 253 0.22 0.78 0 0.01 283.25 0.98 0.61
Hex C6 38 FD 16 4E 0 1 11B 62 3D
Octal 306 70 375 26 116 0 1 433 142 75
Binary 11000110 111000 11111101 10110 1001110 0 1 100011011 1100010 111101

Color Harmonies of #C638FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638FD

Black with #C638FD

Text Example


Text Example

White with #C638FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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