Html Css Color HEX #C738FD Medium Orchid

📋 copy color: '#C738FD'

red 199 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C738FD

Tints of Medium Orchid #C738FD

RGB

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

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

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

R = 39.17%
G = 11.02%
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

#C738FD (or 0xC738FD) is known color: Medium Orchid. HEX triplet: C7, 38 and FD. RGB value is (199,56,253). Sum of RGB (Red+Green+Blue) = 199+56+253=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #C738FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FD is #38C702. Grayscale: #787878. Windows color (decimal): -3720963 or 16595143. OLE color: 16595143.

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

Color convert

RGB 199 56 253 -
CMYK 0.21 0.78 0 0.01
HSL 283.55º 0.98% 0.61% -
HSV(B) 283.55º 0.78% 0.99% -
XYZ 42.7 22.06 94.94 -
YUV 121.22 202.38 183.48 -
System Red Green Blue C M Y K H S L
Decimal 199 56 253 0.21 0.78 0 0.01 283.55 0.98 0.61
Hex C7 38 FD 15 4E 0 1 11C 62 3D
Octal 307 70 375 25 116 0 1 434 142 75
Binary 11000111 111000 11111101 10101 1001110 0 1 100011100 1100010 111101

Color Harmonies of #C738FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738FD

Black with #C738FD

Text Example


Text Example

White with #C738FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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