Html Css Color HEX #C638FC Medium Orchid

📋 copy color: '#C638FC'

red 198 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #C638FC

Tints of Medium Orchid #C638FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 39.13%
G = 11.07%
B = 49.8%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C638FC (or 0xC638FC) is known color: Medium Orchid. HEX triplet: C6, 38 and FC. RGB value is (198,56,252). Sum of RGB (Red+Green+Blue) = 198+56+252=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #C638FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638FC is #39C703. Grayscale: #787878. Windows color (decimal): -3786500 or 16529606. OLE color: 16529606.

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

Color convert

RGB 198 56 252 -
CMYK 0.21 0.78 0 0.01
HSL 283.47º 0.97% 0.6% -
HSV(B) 283.47º 0.78% 0.99% -
XYZ 42.27 21.86 94.09 -
YUV 120.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 198 56 252 0.21 0.78 0 0.01 283.47 0.97 0.6
Hex C6 38 FC 15 4E 0 1 11B 61 3C
Octal 306 70 374 25 116 0 1 433 141 74
Binary 11000110 111000 11111100 10101 1001110 0 1 100011011 1100001 111100

Color Harmonies of #C638FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638FC

Black with #C638FC

Text Example


Text Example

White with #C638FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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