Html Css Color HEX #C45BD0 Medium Orchid

📋 copy color: '#C45BD0'

red 196 ◦ green 91 ◦ blue 208

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

Shades of Medium Orchid #C45BD0

Tints of Medium Orchid #C45BD0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.38%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 39.6%
G = 18.38%
B = 42.02%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C45BD0 (or 0xC45BD0) is known color: Medium Orchid. HEX triplet: C4, 5B and D0. RGB value is (196,91,208). Sum of RGB (Red+Green+Blue) = 196+91+208=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C45BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BD0 is #3BA42F. Grayscale: #878787. Windows color (decimal): -3908656 or 13654980. OLE color: 13654980.

HSL color Cylindrical-coordinate representation of color #C45BD0: hue angle of 293.85º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45BD0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 91 208 -
CMYK 0.06 0.56 0 0.18
HSL 293.85º 0.55% 0.59% -
HSV(B) 293.85º 0.56% 0.82% -
XYZ 37.89 23.77 62.27 -
YUV 135.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 196 91 208 0.06 0.56 0 0.18 293.85 0.55 0.59
Hex C4 5B D0 6 38 0 12 126 37 3B
Octal 304 133 320 6 70 0 22 446 67 73
Binary 11000100 1011011 11010000 110 111000 0 10010 100100110 110111 111011

Color Harmonies of #C45BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BD0

Black with #C45BD0

Text Example


Text Example

White with #C45BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BD0; }

 p { color: rgb(196,91,208); }

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

background-color css

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

 a { background-color: rgb(196,91,208); }

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

border-color css

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

 span { border-color: rgb(196,91,208); }

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