Html Css Color HEX #C755EE Medium Orchid

📋 copy color: '#C755EE'

red 199 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #C755EE

Tints of Medium Orchid #C755EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 38.12%
G = 16.28%
B = 45.59%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C755EE (or 0xC755EE) is known color: Medium Orchid. HEX triplet: C7, 55 and EE. RGB value is (199,85,238). Sum of RGB (Red+Green+Blue) = 199+85+238=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #C755EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755EE is #38AA11. Grayscale: #888888. Windows color (decimal): -3713554 or 15619527. OLE color: 15619527.

HSL color Cylindrical-coordinate representation of color #C755EE: hue angle of 284.71º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C755EE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 85 238 -
CMYK 0.16 0.64 0 0.07
HSL 284.71º 0.82% 0.63% -
HSV(B) 284.71º 0.64% 0.93% -
XYZ 42.23 24.81 83.45 -
YUV 136.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 199 85 238 0.16 0.64 0 0.07 284.71 0.82 0.63
Hex C7 55 EE 10 40 0 7 11D 52 3F
Octal 307 125 356 20 100 0 7 435 122 77
Binary 11000111 1010101 11101110 10000 1000000 0 111 100011101 1010010 111111

Color Harmonies of #C755EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755EE

Black with #C755EE

Text Example


Text Example

White with #C755EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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