Html Css Color HEX #C455DA Medium Orchid

📋 copy color: '#C455DA'

red 196 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #C455DA

Tints of Medium Orchid #C455DA

RGB

 RED value IS 196 (76.95% from 255) = 39.28%

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 39.28%
G = 17.03%
B = 43.69%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C455DA (or 0xC455DA) is known color: Medium Orchid. HEX triplet: C4, 55 and DA. RGB value is (196,85,218). Sum of RGB (Red+Green+Blue) = 196+85+218=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C455DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DA is #3BAA25. Grayscale: #848484. Windows color (decimal): -3910182 or 14308804. OLE color: 14308804.

HSL color Cylindrical-coordinate representation of color #C455DA: hue angle of 290.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C455DA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 85 218 -
CMYK 0.10 0.61 0 0.15
HSL 290.08º 0.64% 0.59% -
HSV(B) 290.08º 0.61% 0.85% -
XYZ 38.67 23.29 68.79 -
YUV 133.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 196 85 218 0.10 0.61 0 0.15 290.08 0.64 0.59
Hex C4 55 DA A 3D 0 F 122 40 3B
Octal 304 125 332 12 75 0 17 442 100 73
Binary 11000100 1010101 11011010 1010 111101 0 1111 100100010 1000000 111011

Color Harmonies of #C455DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455DA

Black with #C455DA

Text Example


Text Example

White with #C455DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455DA; }

 p { color: rgb(196,85,218); }

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

background-color css

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

 a { background-color: rgb(196,85,218); }

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

border-color css

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

 span { border-color: rgb(196,85,218); }

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