Html Css Color HEX #C750F2 Medium Orchid

📋 copy color: '#C750F2'

red 199 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #C750F2

Tints of Medium Orchid #C750F2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

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

R = 38.2%
G = 15.36%
B = 46.45%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C750F2 (or 0xC750F2) is known color: Medium Orchid. HEX triplet: C7, 50 and F2. RGB value is (199,80,242). Sum of RGB (Red+Green+Blue) = 199+80+242=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #C750F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750F2 is #38AF0D. Grayscale: #858585. Windows color (decimal): -3714830 or 15880391. OLE color: 15880391.

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

Color convert

RGB 199 80 242 -
CMYK 0.18 0.67 0 0.05
HSL 284.07º 0.86% 0.63% -
HSV(B) 284.07º 0.67% 0.95% -
XYZ 42.45 24.29 86.46 -
YUV 134.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 199 80 242 0.18 0.67 0 0.05 284.07 0.86 0.63
Hex C7 50 F2 12 43 0 5 11C 56 3F
Octal 307 120 362 22 103 0 5 434 126 77
Binary 11000111 1010000 11110010 10010 1000011 0 101 100011100 1010110 111111

Color Harmonies of #C750F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750F2

Black with #C750F2

Text Example


Text Example

White with #C750F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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