Html Css Color HEX #C738F2 Medium Orchid

📋 copy color: '#C738F2'

red 199 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #C738F2

Tints of Medium Orchid #C738F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 40.04%
G = 11.27%
B = 48.69%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C738F2 (or 0xC738F2) is known color: Medium Orchid. HEX triplet: C7, 38 and F2. RGB value is (199,56,242). Sum of RGB (Red+Green+Blue) = 199+56+242=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #C738F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738F2 is #38C70D. Grayscale: #777777. Windows color (decimal): -3720974 or 15874247. OLE color: 15874247.

HSL color Cylindrical-coordinate representation of color #C738F2: hue angle of 286.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C738F2 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 56 242 -
CMYK 0.18 0.77 0 0.05
HSL 286.13º 0.88% 0.58% -
HSV(B) 286.13º 0.77% 0.95% -
XYZ 40.99 21.38 85.97 -
YUV 119.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 199 56 242 0.18 0.77 0 0.05 286.13 0.88 0.58
Hex C7 38 F2 12 4D 0 5 11E 58 3A
Octal 307 70 362 22 115 0 5 436 130 72
Binary 11000111 111000 11110010 10010 1001101 0 101 100011110 1011000 111010

Color Harmonies of #C738F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738F2

Black with #C738F2

Text Example


Text Example

White with #C738F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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