Html Css Color HEX #C945D8 Medium Orchid

📋 copy color: '#C945D8'

red 201 ◦ green 69 ◦ blue 216

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

Shades of Medium Orchid #C945D8

Tints of Medium Orchid #C945D8

RGB

 RED value IS 201 (78.91% from 255) = 41.36%

 GREEN value IS 69 (27.34% from 255) = 14.2%

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 41.36%
G = 14.2%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C945D8 (or 0xC945D8) is known color: Medium Orchid. HEX triplet: C9, 45 and D8. RGB value is (201,69,216). Sum of RGB (Red+Green+Blue) = 201+69+216=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #C945D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945D8 is #36BA27. Grayscale: #7C7C7C. Windows color (decimal): -3586600 or 14173641. OLE color: 14173641.

HSL color Cylindrical-coordinate representation of color #C945D8: hue angle of 293.88º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C945D8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 69 216 -
CMYK 0.07 0.68 0 0.15
HSL 293.88º 0.65% 0.56% -
HSV(B) 293.88º 0.68% 0.85% -
XYZ 38.61 21.63 67.11 -
YUV 125.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 201 69 216 0.07 0.68 0 0.15 293.88 0.65 0.56
Hex C9 45 D8 7 44 0 F 126 41 38
Octal 311 105 330 7 104 0 17 446 101 70
Binary 11001001 1000101 11011000 111 1000100 0 1111 100100110 1000001 111000

Color Harmonies of #C945D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945D8

Black with #C945D8

Text Example


Text Example

White with #C945D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945D8; }

 p { color: rgb(201,69,216); }

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

background-color css

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

 a { background-color: rgb(201,69,216); }

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

border-color css

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

 span { border-color: rgb(201,69,216); }

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