Html Css Color HEX #C645DF Medium Orchid

📋 copy color: '#C645DF'

red 198 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #C645DF

Tints of Medium Orchid #C645DF

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 40.41%
G = 14.08%
B = 45.51%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C645DF (or 0xC645DF) is known color: Medium Orchid. HEX triplet: C6, 45 and DF. RGB value is (198,69,223). Sum of RGB (Red+Green+Blue) = 198+69+223=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #C645DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645DF is #39BA20. Grayscale: #7C7C7C. Windows color (decimal): -3783201 or 14632390. OLE color: 14632390.

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

Color convert

RGB 198 69 223 -
CMYK 0.11 0.69 0 0.13
HSL 290.26º 0.71% 0.57% -
HSV(B) 290.26º 0.69% 0.87% -
XYZ 38.74 21.59 71.94 -
YUV 125.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 198 69 223 0.11 0.69 0 0.13 290.26 0.71 0.57
Hex C6 45 DF B 45 0 D 122 47 39
Octal 306 105 337 13 105 0 15 442 107 71
Binary 11000110 1000101 11011111 1011 1000101 0 1101 100100010 1000111 111001

Color Harmonies of #C645DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645DF

Black with #C645DF

Text Example


Text Example

White with #C645DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645DF; }

 p { color: rgb(198,69,223); }

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

background-color css

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

 a { background-color: rgb(198,69,223); }

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

border-color css

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

 span { border-color: rgb(198,69,223); }

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