Html Css Color HEX #C945FC Medium Orchid

📋 copy color: '#C945FC'

red 201 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #C945FC

Tints of Medium Orchid #C945FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 38.51%
G = 13.22%
B = 48.28%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C945FC (or 0xC945FC) is known color: Medium Orchid. HEX triplet: C9, 45 and FC. RGB value is (201,69,252). Sum of RGB (Red+Green+Blue) = 201+69+252=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C945FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945FC is #36BA03. Grayscale: #808080. Windows color (decimal): -3586564 or 16532937. OLE color: 16532937.

HSL color Cylindrical-coordinate representation of color #C945FC: hue angle of 283.28º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C945FC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 69 252 -
CMYK 0.20 0.73 0 0.01
HSL 283.28º 0.97% 0.63% -
HSV(B) 283.28º 0.73% 0.99% -
XYZ 43.79 23.7 94.36 -
YUV 129.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 201 69 252 0.20 0.73 0 0.01 283.28 0.97 0.63
Hex C9 45 FC 14 49 0 1 11B 61 3F
Octal 311 105 374 24 111 0 1 433 141 77
Binary 11001001 1000101 11111100 10100 1001001 0 1 100011011 1100001 111111

Color Harmonies of #C945FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945FC

Black with #C945FC

Text Example


Text Example

White with #C945FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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