Html Css Color HEX #C755DE Medium Orchid

📋 copy color: '#C755DE'

red 199 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #C755DE

Tints of Medium Orchid #C755DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 39.33%
G = 16.8%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C755DE (or 0xC755DE) is known color: Medium Orchid. HEX triplet: C7, 55 and DE. RGB value is (199,85,222). Sum of RGB (Red+Green+Blue) = 199+85+222=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C755DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755DE is #38AA21. Grayscale: #868686. Windows color (decimal): -3713570 or 14570951. OLE color: 14570951.

HSL color Cylindrical-coordinate representation of color #C755DE: hue angle of 289.93º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C755DE is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 85 222 -
CMYK 0.10 0.62 0 0.13
HSL 289.93º 0.67% 0.6% -
HSV(B) 289.93º 0.62% 0.87% -
XYZ 39.99 23.91 71.62 -
YUV 134.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 199 85 222 0.10 0.62 0 0.13 289.93 0.67 0.6
Hex C7 55 DE A 3E 0 D 122 43 3C
Octal 307 125 336 12 76 0 15 442 103 74
Binary 11000111 1010101 11011110 1010 111110 0 1101 100100010 1000011 111100

Color Harmonies of #C755DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755DE

Black with #C755DE

Text Example


Text Example

White with #C755DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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