Html Css Color HEX #C755F7 Medium Orchid

📋 copy color: '#C755F7'

red 199 ◦ green 85 ◦ blue 247

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

Shades of Medium Orchid #C755F7

Tints of Medium Orchid #C755F7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

 BLUE value IS 247 (96.88% from 255) = 46.52%

R = 37.48%
G = 16.01%
B = 46.52%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C755F7 (or 0xC755F7) is known color: Medium Orchid. HEX triplet: C7, 55 and F7. RGB value is (199,85,247). Sum of RGB (Red+Green+Blue) = 199+85+247=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #C755F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755F7 is #38AA08. Grayscale: #898989. Windows color (decimal): -3713545 or 16209351. OLE color: 16209351.

HSL color Cylindrical-coordinate representation of color #C755F7: hue angle of 282.22º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C755F7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 85 247 -
CMYK 0.19 0.66 0 0.03
HSL 282.22º 0.91% 0.65% -
HSV(B) 282.22º 0.66% 0.97% -
XYZ 43.59 25.35 90.59 -
YUV 137.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 199 85 247 0.19 0.66 0 0.03 282.22 0.91 0.65
Hex C7 55 F7 13 42 0 3 11A 5B 41
Octal 307 125 367 23 102 0 3 432 133 101
Binary 11000111 1010101 11110111 10011 1000010 0 11 100011010 1011011 1000001

Color Harmonies of #C755F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755F7

Black with #C755F7

Text Example


Text Example

White with #C755F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755F7; }

 p { color: rgb(199,85,247); }

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

background-color css

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

 a { background-color: rgb(199,85,247); }

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

border-color css

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

 span { border-color: rgb(199,85,247); }

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