Html Css Color HEX #C738FC Medium Orchid

📋 copy color: '#C738FC'

red 199 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #C738FC

Tints of Medium Orchid #C738FC

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

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

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

R = 39.25%
G = 11.05%
B = 49.7%

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

#C738FC (or 0xC738FC) is known color: Medium Orchid. HEX triplet: C7, 38 and FC. RGB value is (199,56,252). Sum of RGB (Red+Green+Blue) = 199+56+252=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C738FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FC is #38C703. Grayscale: #787878. Windows color (decimal): -3720964 or 16529607. OLE color: 16529607.

HSL color Cylindrical-coordinate representation of color #C738FC: hue angle of 283.78º 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 #C738FC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 56 252 -
CMYK 0.21 0.78 0 0.01
HSL 283.78º 0.97% 0.6% -
HSV(B) 283.78º 0.78% 0.99% -
XYZ 42.54 22 94.1 -
YUV 121.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 199 56 252 0.21 0.78 0 0.01 283.78 0.97 0.6
Hex C7 38 FC 15 4E 0 1 11C 61 3C
Octal 307 70 374 25 116 0 1 434 141 74
Binary 11000111 111000 11111100 10101 1001110 0 1 100011100 1100001 111100

Color Harmonies of #C738FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738FC

Black with #C738FC

Text Example


Text Example

White with #C738FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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