Html Css Color HEX #C135DD Medium Orchid

📋 copy color: '#C135DD'

red 193 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #C135DD

Tints of Medium Orchid #C135DD

RGB

 RED value IS 193 (75.78% from 255) = 41.33%

 GREEN value IS 53 (21.09% from 255) = 11.35%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 41.33%
G = 11.35%
B = 47.32%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C135DD (or 0xC135DD) is known color: Medium Orchid. HEX triplet: C1, 35 and DD. RGB value is (193,53,221). Sum of RGB (Red+Green+Blue) = 193+53+221=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C135DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135DD is #3ECA22. Grayscale: #717171. Windows color (decimal): -4114979 or 14497217. OLE color: 14497217.

HSL color Cylindrical-coordinate representation of color #C135DD: hue angle of 290º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C135DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 53 221 -
CMYK 0.13 0.76 0 0.13
HSL 290º 0.71% 0.54% -
HSV(B) 290º 0.76% 0.87% -
XYZ 36.32 19.1 70.18 -
YUV 114.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 193 53 221 0.13 0.76 0 0.13 290 0.71 0.54
Hex C1 35 DD D 4C 0 D 122 47 36
Octal 301 65 335 15 114 0 15 442 107 66
Binary 11000001 110101 11011101 1101 1001100 0 1101 100100010 1000111 110110

Color Harmonies of #C135DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135DD

Black with #C135DD

Text Example


Text Example

White with #C135DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135DD; }

 p { color: rgb(193,53,221); }

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

background-color css

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

 a { background-color: rgb(193,53,221); }

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

border-color css

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

 span { border-color: rgb(193,53,221); }

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